Replace scroll bar hiding hack with scrollbar-width: none

This commit is contained in:
2022-04-14 19:35:08 +02:00
parent 13eed9f125
commit a39b68cbfb
2 changed files with 15 additions and 30 deletions

View File

@@ -219,7 +219,7 @@ h1 {
vertical-align: middle;
border-radius: 8px;
}
@media(max-height: 600px) {
@media(max-height: 500px) {
.container {
flex-direction: row;
}