forked from EVOgeek/Vmeda.Online
20 lines
309 B
SCSS
20 lines
309 B
SCSS
:host {
|
|
flex-grow: 1;
|
|
}
|
|
|
|
:host-context(.core-iframe-fullscreen) {
|
|
position: absolute;
|
|
top: 0px;
|
|
bottom: 0px;
|
|
left: 0px;
|
|
right: 0px;
|
|
width: 100%;
|
|
height: 100%;
|
|
z-index: 9999;
|
|
}
|
|
|
|
:host-context(.limited-width > :not([slot])) {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|