diff --git a/assets/css/styles.scss b/assets/css/styles.scss index d60cf7396..8aa1eea7f 100644 --- a/assets/css/styles.scss +++ b/assets/css/styles.scss @@ -510,3 +510,7 @@ input[type="radio"]:checked+label+div.tab { .toasted.bubble .action { color: inherit !important; } + +.wrapper .content { + min-height: 100vh; +}