fix scrollbar issue

This commit is contained in:
ueen 2024-01-23 11:57:35 +01:00 committed by GitHub
parent 1093f4d246
commit 1f776a4e06
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -62,6 +62,10 @@ html {
justify-content: center; justify-content: center;
} }
#center {
scrollbar-width: none;
}
.grow { .grow {
flex-grow: 1; flex-grow: 1;
} }