mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Replace height: 100% rule with workaround for flexbox quirks
This commit is contained in:
parent
d1996509de
commit
6a0993a45e
@ -215,7 +215,8 @@ $wallet-view-bg: $alabaster;
|
|||||||
}
|
}
|
||||||
|
|
||||||
.main-container-wrapper {
|
.main-container-wrapper {
|
||||||
height: 100%;
|
flex: 1;
|
||||||
|
min-height: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user