diff --git a/resources/sass/_layout.scss b/resources/sass/_layout.scss index a6a74afed..4873ff2da 100644 --- a/resources/sass/_layout.scss +++ b/resources/sass/_layout.scss @@ -279,6 +279,7 @@ body.flexbox { min-height: 50vh; overflow-y: scroll; overflow-x: hidden; + height: 100%; scrollbar-width: none; -ms-overflow-style: none; &::-webkit-scrollbar { @@ -357,4 +358,4 @@ body.flexbox { margin-inline-start: 0; margin-inline-end: 0; } -} \ No newline at end of file +}