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

Fix cluster view broken scrolling (#7349)

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2023-03-14 15:31:41 +03:00 committed by Sebastian Malton
parent e157a8a610
commit 51985aec83

View File

@ -53,6 +53,7 @@
&.hidden {
opacity: 0;
pointer-events: none;
visibility: hidden;
}
}
}