Use padding-top instead of margin-top on toolbox to make background apply to menubar
This commit is contained in:
parent
c194c5e62b
commit
fc9afa2a32
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ See the above repository for updates as well as full license text. */
|
||||||
|
|
||||||
:root{ --uc-window-control-width: 0px !important }
|
:root{ --uc-window-control-width: 0px !important }
|
||||||
|
|
||||||
#navigator-toolbox{ margin-top: 29px }
|
#navigator-toolbox{ padding-top: 29px !important }
|
||||||
|
|
||||||
#toolbar-menubar{
|
#toolbar-menubar{
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
|
Loading…
Reference in a new issue