MrOtherGuy / firefox-csshacks

Collection of userstyles affecting the browser
Mozilla Public License 2.0
3.24k stars 315 forks source link

Please, need a little help with vertical_popup_menubar.css #350

Closed Lepefe closed 6 months ago

Lepefe commented 6 months ago

Hi! I'm using: window_control_placeholder_support.css tabs_on_bottom.css vertical_popup_menubar.css

And for the vertical_popup_menubar.css, I added few mods (below) in order to put the menubar on the right side of the navbar:

:root:not([customizing]) #menubar-items{ inset-inline-start: 1394px;} :root:not([sizemode="fullscreen"],[chromehidden~="menubar"]) #toolbar-menubar{ margin-bottom: -28px;} #menubar-items{ margin-top: -34px;}

However, on mouse-hovering menubar icon, it opens partially (just the first two items, until the bottom of the tabbar), I can't see the full menu.

if I change {inset-inline-start: 0px}, the menu works and is totally visible. In short, if I change menubar position, I can't totally open the menubar. I played with all the {z-index} possibilities, but the problem remains.

Hope you can help me.

Thks!

MrOtherGuy commented 6 months ago

Yeah, vertical menubar was apparently affected by #331 and nobody noticed until now. So, I've implemented the same workaround for this style as there (and fixed a couple of other issues as well).