mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fine-tuning drawer height css rule
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
parent
deb1d81594
commit
6f1b78f0f5
@ -30,6 +30,7 @@
|
|||||||
background: $contentColor;
|
background: $contentColor;
|
||||||
box-shadow: 0 0 $unit * 2 $boxShadow;
|
box-shadow: 0 0 $unit * 2 $boxShadow;
|
||||||
z-index: $zIndex-drawer;
|
z-index: $zIndex-drawer;
|
||||||
|
height: 100%;
|
||||||
|
|
||||||
&.left {
|
&.left {
|
||||||
left: 0;
|
left: 0;
|
||||||
@ -51,7 +52,6 @@
|
|||||||
&.right {
|
&.right {
|
||||||
top: 0;
|
top: 0;
|
||||||
width: var(--size);
|
width: var(--size);
|
||||||
height: 100%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&.top,
|
&.top,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user