summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--p/themes/base-theme/template.css2
-rw-r--r--p/themes/base-theme/template.rtl.css2
2 files changed, 2 insertions, 2 deletions
diff --git a/p/themes/base-theme/template.css b/p/themes/base-theme/template.css
index 703ce2e13..8f316f58f 100644
--- a/p/themes/base-theme/template.css
+++ b/p/themes/base-theme/template.css
@@ -540,7 +540,7 @@ a.btn {
@supports not (scrollbar-width: thin) {
#sidebar::-webkit-scrollbar,
- .scrollbar-thin {
+ .scrollbar-thin::-webkit-scrollbar {
background: rgba(0, 0, 0, 0.05);
width: 8px;
}
diff --git a/p/themes/base-theme/template.rtl.css b/p/themes/base-theme/template.rtl.css
index 9b111b756..502ff911d 100644
--- a/p/themes/base-theme/template.rtl.css
+++ b/p/themes/base-theme/template.rtl.css
@@ -540,7 +540,7 @@ a.btn {
@supports not (scrollbar-width: thin) {
#sidebar::-webkit-scrollbar,
- .scrollbar-thin {
+ .scrollbar-thin::-webkit-scrollbar {
background: rgba(0, 0, 0, 0.05);
width: 8px;
}