1
0
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:
Dan 2017-08-31 05:07:42 -02:30 committed by Chi Kei Chan
parent 7d6ad48f15
commit 6ef483be4a

View File

@ -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;
}