Explorar el Código

Fix #4002: transparent config menu (#4003)

* Update template.css

* Update template.rtl.css
maTh hace 4 años
padre
commit
42162c04a0
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      p/themes/base-theme/template.css
  2. 1 1
      p/themes/base-theme/template.rtl.css

+ 1 - 1
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;
 	}

+ 1 - 1
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;
 	}