Files
esx_core/hud/app.css
T
2020-05-11 04:21:10 +02:00

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