From 4604b4a8c64912a48f81c4f91c2806c80b7d46c0 Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Tue, 23 Jul 2024 14:59:14 +0100 Subject: [PATCH] Move notification tray out of ff-view --- frontend/src/components/drawers/RightDrawer.vue | 3 ++- frontend/src/layouts/Platform.vue | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/drawers/RightDrawer.vue b/frontend/src/components/drawers/RightDrawer.vue index 6de88c0552..833b272bb2 100644 --- a/frontend/src/components/drawers/RightDrawer.vue +++ b/frontend/src/components/drawers/RightDrawer.vue @@ -23,7 +23,8 @@ export default { position: absolute; border-left: 1px solid $ff-grey-300; background: white; - height: 100%; + height: calc(100% - 60px); + top: 60px; right: -1000px; z-index: 500; width: 100%; diff --git a/frontend/src/layouts/Platform.vue b/frontend/src/layouts/Platform.vue index 6aeb30b12b..0215023b45 100644 --- a/frontend/src/layouts/Platform.vue +++ b/frontend/src/layouts/Platform.vue @@ -7,9 +7,9 @@
-
+