feat: set overflow hidden html

This commit is contained in:
karishmas6
2024-10-10 23:26:40 +05:30
parent f5a5f60afc
commit 6c77f87e36

View File

@@ -19,5 +19,5 @@ code {
} }
html { html {
overflow-y:scroll; overflow: hidden;
} }