-
Notifications
You must be signed in to change notification settings - Fork 255
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
Tweaks CSS for insert menu for small images #7737
Tweaks CSS for insert menu for small images #7737
Conversation
Signed-off-by: Jon Stovell <jonstovell@gmail.com>
@Sesquipedalian - I'm testing & comparing this to the other solution. I don't think this one fixes the typo on line ~33 that is causing console warnings (and invalidates the css). |
I'll add a fix for that later today. |
Signed-off-by: Jon Stovell <jonstovell@gmail.com>
@sbulen: Done. |
After comparing the two, I prefer the alternate approach. Looks less cluttered. |
As you wish. |
Is this still making 2.1.5? I forgot if another decision was made. |
Yes. We've seen other examples of overflow reported on the forum. This acts as a safety net... |
In light of @DiegoAndresCortes approval and this statement, I will go ahead and merge now. |
Closes #7735
Rather than changing the min-height of the preview wrapper, this adjusts the z-index of the menu div and the overflow properties of the relevant container divs. It also adjusts the border-radius on the corners of the file size progress bar, because I was formerly relying on the overflow properties to take care of hiding those corners where they would otherwise spill outside the rounded corners of the container.