mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
fix: correct positioning with multiple cluster iframes
Signed-off-by: Roman <ixrock@gmail.com>
This commit is contained in:
parent
f70942a932
commit
dd3a0f23aa
@ -35,6 +35,11 @@
|
|||||||
background-color: var(--mainBackground);
|
background-color: var(--mainBackground);
|
||||||
|
|
||||||
iframe {
|
iframe {
|
||||||
|
position: absolute;
|
||||||
|
left: 0;
|
||||||
|
top: 0;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user