Merge pull request #302 from poanetwork/return-dropdown-scrolls

Return scrolls in dropdowns
This commit is contained in:
Victor Baranov 2019-07-02 17:07:57 +02:00 committed by GitHub
commit 746342b887
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 9 deletions

View File

@ -1188,15 +1188,6 @@ div.message-container > div:first-child {
height: 22px;
}
.menu-droppo-container::-webkit-scrollbar {
width: 0px;
}
.menu-droppo-container::-webkit-scrollbar-thumb {
border: none;
background-clip: content-box;
}
.hidden {
visibility: hidden;
}