Files
code-editor/app/elements/output-frame/output-frame.less
T
2022-03-21 17:43:17 +01:00

12 lines
175 B
Plaintext

output-frame {
width: 100%;
height: 100%;
display: block;
}
output-frame > iframe {
position: relative;
width: 100%;
height: 100%;
border: none;
}