From 16ecf6200340e98d150e157bba9258d43c204290 Mon Sep 17 00:00:00 2001 From: Viviana Menzel Date: Tue, 20 Jul 2021 12:02:33 +0200 Subject: [PATCH] Remove 'debug' from grid area --- templates/cassiopeia/scss/blocks/_css-grid.scss | 7 +------ templates/cassiopeia/scss/blocks/_global.scss | 1 + 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/templates/cassiopeia/scss/blocks/_css-grid.scss b/templates/cassiopeia/scss/blocks/_css-grid.scss index e61f59e3172db..29f98244b04e1 100644 --- a/templates/cassiopeia/scss/blocks/_css-grid.scss +++ b/templates/cassiopeia/scss/blocks/_css-grid.scss @@ -43,8 +43,7 @@ ". side-l comp comp side-r ." ". bot-a bot-a bot-a bot-a ." ". bot-b bot-b bot-b bot-b ." - ". footer footer footer footer ." - ". debug debug debug debug ."; + ". footer footer footer footer ."; } &.wrapper-fluid { @@ -113,7 +112,3 @@ .container-footer { grid-area: footer; } - -.system-debug { - grid-area: debug; -} diff --git a/templates/cassiopeia/scss/blocks/_global.scss b/templates/cassiopeia/scss/blocks/_global.scss index 08a5003e2b6a6..205b86c7dcace 100644 --- a/templates/cassiopeia/scss/blocks/_global.scss +++ b/templates/cassiopeia/scss/blocks/_global.scss @@ -15,6 +15,7 @@ html { body { position: relative; + min-height: 100vh; } img {