Make sure scrollbars don't hide

This commit is contained in:
Eric Bailey
2024-12-03 13:58:51 -06:00
parent d53b8e58ce
commit fceaef6bae
+1
View File
@@ -50,6 +50,7 @@
html { html {
background-color: white; background-color: white;
scrollbar-gutter: stable both-edges; scrollbar-gutter: stable both-edges;
overflow-y: scroll;
} }
@media (prefers-color-scheme: dark) { @media (prefers-color-scheme: dark) {
html { html {