Explorar o código

Merge pull request #11786 from taylorwilsdon/scroll_enh

fix: Better visibility for scroll bar in webkit browsers
Timothy Jaeryang Baek hai 2 meses
pai
achega
47d5e21061
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/app.css

+ 1 - 1
src/app.css

@@ -106,7 +106,7 @@ li p {
 }
 
 ::-webkit-scrollbar {
-	height: 0.4rem;
+	height: 0.8rem;
 	width: 0.4rem;
 }