소스 검색

Merge pull request #11786 from taylorwilsdon/scroll_enh

fix: Better visibility for scroll bar in webkit browsers
Timothy Jaeryang Baek 2 달 전
부모
커밋
47d5e21061
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;
 }