Skip to content

Commit cec82cf

Browse files
committed
[refactor] improve scrollbar width controls
1 parent ee08f52 commit cec82cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/css/layout.css‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ html.is-layout-scrollbars-none,
4646
scrollbar-width: none;
4747
}
4848

49-
.is-layout-scrollbars-none*::-webkit-scrollbar{
49+
.is-layout-scrollbars-none ::-webkit-scrollbar{
5050
display: none;
5151
}

0 commit comments

Comments
(0)