WebFM/resources/css/base.css

15 lines
230 B
CSS
Raw Normal View History

2018-04-16 01:59:09 +00:00
html {
margin: 0em;
padding: 0em;
}
iframe {
position: fixed;
overflow: auto;
background-color: rgba(60, 110, 135, 0.24);
color: rgba(255, 255, 255, 1);
width: 100%;
height: auto;
bottom: 0;
}