From a4f2a99776d0cc7916dea7be40c60e155b05f17a Mon Sep 17 00:00:00 2001 From: Luka Trovic Date: Wed, 21 Aug 2024 14:16:20 +0200 Subject: [PATCH] fix: 30 design issues Signed-off-by: Luka Trovic --- src/App.vue | 2 +- src/CardMoveDialog.vue | 1 - src/components/card/CardSidebar.vue | 14 +++++++++++++- src/components/navigation/AppNavigationBoard.vue | 6 ++++++ 4 files changed, 20 insertions(+), 3 deletions(-) diff --git a/src/App.vue b/src/App.vue index 2aa8d1868..350d8879b 100644 --- a/src/App.vue +++ b/src/App.vue @@ -192,7 +192,7 @@ export default { min-width: 100%; height: 100vh; max-height: calc(100vh - 120px); - overflow: auto; + overflow: hidden; } diff --git a/src/CardMoveDialog.vue b/src/CardMoveDialog.vue index 26d2f4308..59a42a579 100644 --- a/src/CardMoveDialog.vue +++ b/src/CardMoveDialog.vue @@ -92,7 +92,6 @@ export default {