From 299a49c258b70705e383d64f358660c34cf306a1 Mon Sep 17 00:00:00 2001 From: Matt Date: Sun, 31 Aug 2025 23:41:09 +0200 Subject: [PATCH] Fix hamburger menu visibility in all dashboards MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Removed CSS that was hiding all hamburger menu buttons - This was preventing the sidebar toggle button from appearing - Now all dashboards (admin, board, member) have working toggle buttons - Board dashboard now has same functionality as admin and member views 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- assets/scss/main.scss | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/assets/scss/main.scss b/assets/scss/main.scss index 2a4960c..0b2d68f 100644 --- a/assets/scss/main.scss +++ b/assets/scss/main.scss @@ -948,12 +948,7 @@ $screen-xl: 1280px; } } -// Remove any hamburger menu -.v-app-bar__nav-icon, -.menu-toggle, -.hamburger-menu { - display: none !important; -} +// Keep hamburger menu visible - removed the hiding CSS // Animation classes .animated-entrance {