diff options
| author | 2021-11-29 19:59:13 +0100 | |
|---|---|---|
| committer | 2021-11-29 19:59:13 +0100 | |
| commit | 42162c04a01c1faaf24c709cf87e7f7a36b72101 (patch) | |
| tree | f374c7ce63c6edd43b2f5e781d94948d5da258a7 | |
| parent | 4cfeb96f3ded4e8cde1157d62b10d3051cd06bda (diff) | |
Fix #4002: transparent config menu (#4003)
* Update template.css
* Update template.rtl.css
| -rw-r--r-- | p/themes/base-theme/template.css | 2 | ||||
| -rw-r--r-- | p/themes/base-theme/template.rtl.css | 2 |
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; } |
