Skip to content

Commit

Permalink
Update the built CSS. (GoogleChrome#3961)
Browse files Browse the repository at this point in the history
  • Loading branch information
jyasskin authored Jun 12, 2024
1 parent 58b02bf commit adaf7b2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion static/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,10 @@

@supports (scrollbar-gutter: stable) {
.sl-scroll-lock {
scrollbar-gutter: stable !important;
scrollbar-gutter: var(--sl-scroll-lock-gutter) !important;
}

.sl-scroll-lock body {
overflow: hidden !important;
}
}
Expand Down

0 comments on commit adaf7b2

Please sign in to comment.