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

Use visibility:hidden for the hidden iframes

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2023-03-14 10:00:37 +03:00
parent 79a4eb32a3
commit c63900e3ce

View File

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