From a1313dcf6f5ae2bd71aa2e333efdcceb30061f07 Mon Sep 17 00:00:00 2001 From: Phil Hughes Date: Wed, 22 Oct 2025 10:23:20 +0100 Subject: [PATCH] Fixes GlDrawer height with panels enabled Fixes the height of the drawer component to always span the full height of the panel. --- app/assets/stylesheets/framework/application-chrome.scss | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app/assets/stylesheets/framework/application-chrome.scss b/app/assets/stylesheets/framework/application-chrome.scss index 44f9f43ddf36ab..e56a267e231924 100644 --- a/app/assets/stylesheets/framework/application-chrome.scss +++ b/app/assets/stylesheets/framework/application-chrome.scss @@ -524,11 +524,6 @@ top: auto !important; } - // Fix drawer height - .gl-drawer { - height: calc(100% - #{$header-height}); - } - // Compare revision: File tree sidebar alignment .rd-app .rd-app-sidebar { top: calc(1rem + -1px) !important; -- GitLab