All checks were successful
Deploy on Master Change / deploy (push) Successful in 1m15s
19 lines
214 B
CSS
19 lines
214 B
CSS
html {
|
|
height: 100%;
|
|
overflow-x: hidden;
|
|
overflow-y: auto;
|
|
}
|
|
|
|
body {
|
|
margin: 0;
|
|
min-height: 100%;
|
|
height: auto;
|
|
overflow-x: hidden;
|
|
overflow-y: auto;
|
|
}
|
|
|
|
#app {
|
|
min-height: 100%;
|
|
height: auto;
|
|
}
|