Files
2024-09-27 01:01:17 +08:00

23 lines
272 B
CSS
Executable File

body,
html {
background: transparent;
padding: 0;
margin: 0;
height: 100%;
width: 100%;
overflow: hidden;
}
#uebersicht {
position: absolute;
height: 100%;
width: 100%;
padding: 0;
margin: 0;
overflow: hidden;
}
.widget {
position: absolute;
}