1
0
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:
Roman 2022-06-01 11:12:29 +03:00
parent f70942a932
commit dd3a0f23aa

View File

@ -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;