From cebf877a6e8cfebf1a404f97f009a8a8946870e9 Mon Sep 17 00:00:00 2001 From: Sam Date: Mon, 20 Sep 2021 12:30:06 +0200 Subject: [PATCH] Client - fix Navbar on mobile and remove useless attribute --- .../src/components/Dashboard/UserCalendar/CalendarCells.vue | 1 - fittrackee_client/src/components/NavBar.vue | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/fittrackee_client/src/components/Dashboard/UserCalendar/CalendarCells.vue b/fittrackee_client/src/components/Dashboard/UserCalendar/CalendarCells.vue index d8fd5b12..b3fd713e 100644 --- a/fittrackee_client/src/components/Dashboard/UserCalendar/CalendarCells.vue +++ b/fittrackee_client/src/components/Dashboard/UserCalendar/CalendarCells.vue @@ -111,7 +111,6 @@ display: flex; flex-direction: column; width: 100%; - flex-grow: 1; .calendar-row { display: flex; diff --git a/fittrackee_client/src/components/NavBar.vue b/fittrackee_client/src/components/NavBar.vue index 19d79757..b7de8317 100644 --- a/fittrackee_client/src/components/NavBar.vue +++ b/fittrackee_client/src/components/NavBar.vue @@ -282,6 +282,7 @@ display: flex; flex-direction: column; justify-content: flex-start; + z-index: 1; position: absolute; top: 0;