Shubham 2 weeks ago committed by GitHub
commit a53454eaff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -41,3 +41,13 @@ img[src='/search.png'] {
width: 100%;
aspect-ratio: 1 / 1;
}
body[style*='overflow: hidden'] {
padding-right: var(--scrollbar-width, 0px);
}
@supports (scrollbar-gutter: stable) {
html {
scrollbar-gutter: stable;
}
}

Loading…
Cancel
Save