12 lines
225 B
CSS
12 lines
225 B
CSS
|
|
.iFrameViewContainer {
|
|
position: absolute;
|
|
top: 0;
|
|
bottom: 0;
|
|
right: 0;
|
|
left: 30%;
|
|
background: var(--global-background-default);
|
|
border-radius: var(--border-radius);
|
|
border: 1px solid white;
|
|
z-index: 10;
|
|
}
|