Skip to content

Commit

Permalink
Fix: Sidebar - Overlap with system default theme #461
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 committed Sep 3, 2022
1 parent 09c8125 commit b435705
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion css/leptonChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -7286,7 +7286,8 @@
direction: rtl;
}

#sidebar-header {
#sidebar-header,
#sidebar {
background-color: var(--sidebar-background-color) !important;
color: var(--sidebar-text-color) !important;
overflow: hidden;
Expand Down
3 changes: 2 additions & 1 deletion src/sidebar/_overlap.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
direction: rtl;
}

#sidebar-header {
#sidebar-header,
#sidebar {
background-color: var(--sidebar-background-color) !important;
color: var(--sidebar-text-color) !important;
overflow: hidden;
Expand Down

0 comments on commit b435705

Please sign in to comment.