From eac98192be98aa4efd530d88067f0fc4b0a81d9f Mon Sep 17 00:00:00 2001 From: adro Date: Fri, 3 Nov 2023 01:02:02 +0100 Subject: [PATCH] Optimize sidebar behavior - Flex squishing of buttons: component all:unset was overriding reset - Added overflow handling to nav body and page content - Removed scrollbar and added scroll shadow for nav body --- client/src/App.vue | 36 ++++++++++++++++++++----- client/src/global-styles/components.css | 7 ++++- 2 files changed, 35 insertions(+), 8 deletions(-) diff --git a/client/src/App.vue b/client/src/App.vue index 833aca6..51d8c9d 100644 --- a/client/src/App.vue +++ b/client/src/App.vue @@ -129,13 +129,14 @@ onMounted(async() => {