Skip to content

Commit

Permalink
Fix: Sidebar - Don't overlap for bookmarkbar
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 committed Sep 3, 2023
1 parent 33d4c97 commit 8d50e46
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions css/leptonChrome.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions css/leptonChromeESR.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions src/sidebar/_overlap.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@
#sidebar {
display: block;
}

// #navigator-toolbox-background
#main-window > body > box {
z-index: 2 !important;
}
}

@include Option("userChrome.sidebar.overlap") {
Expand Down

0 comments on commit 8d50e46

Please sign in to comment.