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 GitHub
parent 79a4eb32a3
commit 0ee81ce636
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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