Fix: Sidebar - Overlap with system default theme #461

This commit is contained in:
alstjr7375 2022-09-03 18:09:33 +09:00
parent 09c812550c
commit b435705098
2 changed files with 4 additions and 2 deletions

View file

@ -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;

View file

@ -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;