updated theme/style.css

pull/4901/head
ShubhmB74 1 month ago
parent fc267ae6b7
commit 91f2d28d66

@ -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