From 6b35ee2b9a63a0c35edc909a40698aec894e13e3 Mon Sep 17 00:00:00 2001 From: nklhrstv Date: Mon, 13 Jun 2022 16:30:48 +0300 Subject: [PATCH] fix board layout when warning is dismissed --- src/routes/Board/styles.less | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/routes/Board/styles.less b/src/routes/Board/styles.less index 272eb5493..622845384 100644 --- a/src/routes/Board/styles.less +++ b/src/routes/Board/styles.less @@ -12,7 +12,6 @@ } .board-container { - position: relative; width: 100%; height: 100%; display: flex; @@ -186,7 +185,16 @@ @media only screen and (max-width: @minimum) { .board-container { + position: relative; + z-index: 0; + .board-content-container { + &:only-child { + .board-content { + height: 100%; + } + } + .board-content { height: calc(100% - 4rem);