1
0
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:
Alex Andreev 2021-10-20 11:36:38 +03:00
parent deb1d81594
commit 6f1b78f0f5

View File

@ -30,6 +30,7 @@
background: $contentColor;
box-shadow: 0 0 $unit * 2 $boxShadow;
z-index: $zIndex-drawer;
height: 100%;
&.left {
left: 0;
@ -51,7 +52,6 @@
&.right {
top: 0;
width: var(--size);
height: 100%;
}
&.top,