mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Remove wallet-view scrollbars.
This commit is contained in:
parent
7d6ad48f15
commit
6ef483be4a
@ -44,6 +44,12 @@ $wallet-view-bg: $wild-sand;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 576px) {
|
||||
.wallet-view::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.wallet-view-title-wrapper {
|
||||
flex: 0 0 25px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user