Use padding-top instead of margin-top on toolbox to make background apply to menubar

This commit is contained in:
MrOtherGuy 2021-03-21 07:31:37 +02:00
parent c194c5e62b
commit fc9afa2a32

View file

@ -6,7 +6,7 @@ See the above repository for updates as well as full license text. */
:root{ --uc-window-control-width: 0px !important }
#navigator-toolbox{ margin-top: 29px }
#navigator-toolbox{ padding-top: 29px !important }
#toolbar-menubar{
position: fixed;