2021-03-05 12:43:22 +01:00

11 lines
175 B
SCSS

.addon-mod-imscp-container {
position: absolute;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
}
core-iframe {
flex-basis: 100%;
}