Regression: superflouis scrollbar due to margin-bottom: -3px
in the menububble
#1572
Labels
bug
Something isn't working
margin-bottom: -3px
in the menububble
#1572
Describe the bug
Since commit 7b4ab74, a superfluous scrollbar is displayed next to the text editor. That's due to (inactive) MenuBubble being displayed with
margin-bottom: -3px
at the bottom of the editor container. This seems to steal some space from theeditor
container, which results in the scrollbar that allows scrolling 3 pixels 😉I didn't understand the reason for
margin-bottom: -3px
in the first place. In fact, even the active MenuBubble looks cleaner withmargin-bottom: 0px
in my tests - the small space between selected text and the AddLink/LinkFile MenuBubble makes it look cleaner. So my suggestion would be to removemargin-bottom: -3px
altogether 😉Client details:
stable21
, Text branchstable21
The text was updated successfully, but these errors were encountered: