Fix scrollbar appearing on small width screens

Fixes #52.
This commit is contained in:
Darius Kazemi 2020-05-16 18:02:09 -07:00
parent 6cdcf3e21a
commit 2dbaa1d38a
1 changed files with 1 additions and 1 deletions

View File

@ -2509,7 +2509,7 @@ a.account__display-name {
@media screen and (max-width: 1550px) {
height: auto;
min-height: 100%;
min-height: calc(100% - 10px);
overflow-y: visible;
}