23 lines
272 B
CSS
Executable File
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;
|
|
}
|