Files
esx_core/hud/app.css
T
2020-05-13 15:44:38 +01:00

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;
}