Cap content-vue size to 100vh

old-stable24
Varun Patil 2022-10-22 11:37:21 -07:00
parent 6435e84444
commit a90972105b
1 changed files with 4 additions and 0 deletions

View File

@ -158,6 +158,10 @@ body {
width: calc(100% - var(--body-container-margin)*1); // was *2
}
#content-vue {
max-height: 100vh;
}
// Hide horizontal scrollbar on mobile
// For the padding removal above
#app-content-vue {