mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Allow fullscreen scrolling on mobile view, while retaining in-window scroll for laptop
This commit is contained in:
parent
0fab1b5482
commit
f23d8c7393
@ -29,7 +29,10 @@ $wallet-view-bg: $wild-sand;
|
|||||||
.wallet-view {
|
.wallet-view {
|
||||||
flex: 33.5 0 33.5%;
|
flex: 33.5 0 33.5%;
|
||||||
background: $wallet-view-bg;
|
background: $wallet-view-bg;
|
||||||
|
|
||||||
|
@media screen and (min-width: 576px) {
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.wallet-view-title-wrapper {
|
.wallet-view-title-wrapper {
|
||||||
@ -129,7 +132,6 @@ $wallet-view-bg: $wild-sand;
|
|||||||
.main-container {
|
.main-container {
|
||||||
margin-top: 35px;
|
margin-top: 35px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
button.btn-clear {
|
button.btn-clear {
|
||||||
|
Loading…
Reference in New Issue
Block a user