return scrolls in dropdowns

This commit is contained in:
Victor Baranov 2019-07-01 23:18:49 +03:00
parent c2a653b915
commit e752f475cc
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;
}