Removing stray scrollbars in smaller windows

This commit is contained in:
Darius Kazemi 2021-05-19 08:30:39 -07:00
parent f57cda3855
commit 9b1122036d
1 changed files with 0 additions and 1 deletions

View File

@ -2114,7 +2114,6 @@ a.account__display-name {
height: 100%;
@media screen and (max-width: 1550px) {
overflow-y: scroll;
overflow-x: hidden;
padding-right: 10px;
}