1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Fixing accounts scrollbar for chrome (#12205)

This commit is contained in:
ryanml 2021-09-24 09:27:22 -07:00 committed by GitHub
parent a86129d23f
commit 730ff25028
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -129,10 +129,6 @@
max-height: 256px;
scrollbar-width: auto;
&::-webkit-scrollbar {
display: none;
}
@media screen and (max-width: $break-small) {
max-height: 228px;
}