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

Setting drawer max-width

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2021-11-30 14:16:10 +03:00
parent 3b8b594608
commit 148f5e3929

View File

@ -50,6 +50,7 @@
&.right { &.right {
top: 0; top: 0;
width: var(--size); width: var(--size);
max-width: 95vw; /* Prevent drawer to be bigger than viewport */
} }
&.top, &.top,