Skip to content

Commit

Permalink
Merge pull request #302 from poanetwork/return-dropdown-scrolls
Browse files Browse the repository at this point in the history
Return scrolls in dropdowns
  • Loading branch information
vbaranov committed Jul 2, 2019
2 parents 1e60763 + e752f47 commit 746342b
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions old-ui/app/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 746342b

Please sign in to comment.