2024-02-27 17:58:08 +01:00
|
|
|
.app {
|
2024-02-28 21:18:37 +01:00
|
|
|
background: var(--background-color) var(--background-fade) top center repeat-x;
|
2024-02-29 16:31:46 +01:00
|
|
|
font: 13px/1.231 arial, helvetica, sans-serif;
|
2024-02-27 17:58:08 +01:00
|
|
|
z-index: 1;
|
|
|
|
|
min-height: 100%;
|
|
|
|
|
overflow-y: hidden;
|
|
|
|
|
overflow-x: hidden;
|
|
|
|
|
min-height: 100vh;
|
|
|
|
|
}
|