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:
parent
aa46802281
commit
fb35575dc5
@ -35,6 +35,10 @@ html, body {
|
|||||||
#app {
|
#app {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
|
|
||||||
|
> * {
|
||||||
|
height: inherit;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#draggable-top {
|
#draggable-top {
|
||||||
|
|||||||
@ -7,6 +7,7 @@
|
|||||||
padding: $padding * 2;
|
padding: $padding * 2;
|
||||||
max-height: 100vh;
|
max-height: 100vh;
|
||||||
z-index: 100000;
|
z-index: 100000;
|
||||||
|
height: min-content!important;
|
||||||
|
|
||||||
&:empty {
|
&:empty {
|
||||||
display: none;
|
display: none;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user