mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Merge pull request #5882 from whymarrh/fix-main-container-wrapper-height
Force main container wrapper height to fill remaining space
This commit is contained in:
commit
7ade47d1fe
@ -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…
x
Reference in New Issue
Block a user