feat: add scroll style

This commit is contained in:
Polianin Nikita 2024-08-23 23:57:54 +03:00
parent ef0de7f709
commit 9b7b4aba50

View File

@ -1,6 +1,8 @@
html, body { html, body {
height: 100%; height: 100%;
background-color: #1A2026 !important; background-color: #1A2026 !important;
scrollbar-color: #35D073 #231F20 !important;
scrollbar-width: thin !important;
} }
body { body {