mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-30 17:58:54 +00:00
15 lines
305 B
CSS
15 lines
305 B
CSS
html, body, #frames, #frames > div, #frames > div > iframe {
|
|
width : 100vw;
|
|
height : 100vh;
|
|
margin : 0;
|
|
padding : 0;
|
|
border : 0;
|
|
background-color: transparent;
|
|
}
|
|
|
|
#frames > div, #frames > div > iframe {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
}
|