mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-30 01:38:52 +00:00
19 lines
348 B
CSS
19 lines
348 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;
|
|
}
|
|
|
|
#pb {
|
|
display: none;
|
|
overflow: hidden;
|
|
} |