Hide page overflow

This commit is contained in:
Cohee 2023-11-22 17:59:46 +02:00
parent f802fe1797
commit 35349dd8d7

View File

@ -138,6 +138,7 @@ body {
font-family: "Noto Sans", "Noto Color Emoji", sans-serif;
font-size: var(--mainFontSize);
color: var(--SmartThemeBodyColor);
overflow: hidden;
}
::-webkit-scrollbar {