fix visible scrollbar in firefox

This commit is contained in:
ueen 2024-01-12 08:31:29 +01:00 committed by GitHub
parent 59360fb047
commit a5b23735f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -120,6 +120,7 @@ html {
display: flex;
align-items: center;
justify-content: center;
scrollbar-width: none;
}
.full {