1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00

Replace height: 100% rule with workaround for flexbox quirks

This commit is contained in:
Whymarrh Whitby 2018-12-04 23:17:51 -03:30
parent d1996509de
commit 6a0993a45e

View File

@ -215,7 +215,8 @@ $wallet-view-bg: $alabaster;
}
.main-container-wrapper {
height: 100%;
flex: 1;
min-height: 0;
width: 100%;
}
}