1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

change solution to revert global height css

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2020-09-18 13:48:44 -04:00
parent aa46802281
commit fb35575dc5
2 changed files with 5 additions and 0 deletions

View File

@ -35,6 +35,10 @@ html, body {
#app {
height: 100%;
min-height: 100%;
> * {
height: inherit;
}
}
#draggable-top {

View File

@ -7,6 +7,7 @@
padding: $padding * 2;
max-height: 100vh;
z-index: 100000;
height: min-content!important;
&:empty {
display: none;