-
-
Notifications
You must be signed in to change notification settings - Fork 615
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Content overflows in fullscreen becuase of button panel #1383
Comments
I think it's fixed in the lastest 2.27.2 release :) |
It would be best if you had the last CSS too |
Did you try to set the height of your source element (textarea or div) instead? |
I tried setting height to the div and textarea. When I set the height to the div. it is scrollable, but also button panel scrolls.
|
Hum, I use a fixed size on the Trumbowyg landing page so that it can work. You should not set the overflow yourself, only the height. If you can give me a simple demo page, I may be able to help you :) |
Sure, here is simple fiddle with trumbowyg in modal |
Hey! I've made some adjustments:
<div id="modalContent--article" class="... flex flex-col"> And <div id="trumbowyg-div" class="... flex-1"> I hope it helps :) |
Hi. Thank you for looking at it! Few issues still persists tho. These issues never occured before the 2.27.2 version. Never had to set any height to div or trumbowyg or anything. It just all worked nicely. Except the little overflown because of button panel. I thought you would just change some calculations. But it seems you did more things since it kinda broke for me. |
I have trumbowyg editor in modal window. When I open it in fullscreen, it overflows the modal div if the button panel goes into two lines.
This is the modal div. You can see in the bottom it overflows.
Here is screenshot when button panel is in one line (doesnt overflow)
The text was updated successfully, but these errors were encountered: