In case the scroll bar is visible, is is currently positioned at the very edge of the popup, which looks fairly bad; so add some minimal padding. https://bugzilla.gnome.org/show_bug.cgi?id=700852
8 lines
86 B
CSS
8 lines
86 B
CSS
.apps-menu:ltr {
|
|
padding-right: 3px;
|
|
}
|
|
|
|
.apps-menu:rtl {
|
|
padding-left: 3px;
|
|
}
|