diff --git a/css/style.css b/css/style.css index 524f29281..8336ffc3e 100644 --- a/css/style.css +++ b/css/style.css @@ -88,15 +88,6 @@ button:hover { /** * Board view */ -#app-view { - position: relative; - height: 100%; - white-space: nowrap; - overflow: hidden; - padding: 0; - z-index: 100; - width: 100%; -} #board-status { position: absolute; diff --git a/templates/main.php b/templates/main.php index 839e77491..f86eb1359 100644 --- a/templates/main.php +++ b/templates/main.php @@ -46,12 +46,12 @@ Util::addScript('deck', 'public/app'); inc('part.navigation')); ?> inc('part.settings')); */ ?> -
-
+
+ diff --git a/templates/part.board.mainView.php b/templates/part.board.mainView.php index 351a620c0..64ec200c6 100644 --- a/templates/part.board.mainView.php +++ b/templates/part.board.mainView.php @@ -125,7 +125,4 @@
- - - - + \ No newline at end of file