Cap content-vue size to 100vh
parent
928969b7e4
commit
4e5215b87b
|
@ -158,6 +158,10 @@ body {
|
||||||
width: calc(100% - var(--body-container-margin)*1); // was *2
|
width: calc(100% - var(--body-container-margin)*1); // was *2
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#content-vue {
|
||||||
|
max-height: 100vh;
|
||||||
|
}
|
||||||
|
|
||||||
// Hide horizontal scrollbar on mobile
|
// Hide horizontal scrollbar on mobile
|
||||||
// For the padding removal above
|
// For the padding removal above
|
||||||
#app-content-vue {
|
#app-content-vue {
|
||||||
|
|
Loading…
Reference in New Issue