Skip to content

Commit

Permalink
Fix: navigator-toolbox-background height
Browse files Browse the repository at this point in the history
  • Loading branch information
PROxZIMA committed Dec 23, 2022
1 parent 333640c commit 3c4a257
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion css/responsiveNavbar.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#navigator-toolbox {
position: fixed !important;
position: relative;
line-height: 0;
/* max-height: var(--tab-min-height) !important;*/
z-index: 2;
Expand Down
1 change: 1 addition & 0 deletions script/floatingToolbox.uc.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
var css = `
#main-window:not([customizing="true"]) #navigator-toolbox {
display: grid;
position: fixed !important;
transition: transform 85ms linear, opacity 85ms linear !important;
transform-origin: top;
transform: rotateX(75deg);
Expand Down

0 comments on commit 3c4a257

Please sign in to comment.