From 1f9b183f00622237921015cc2702b148aa313723 Mon Sep 17 00:00:00 2001 From: Davide Negretti Date: Wed, 6 Dec 2023 20:58:39 +0100 Subject: [PATCH] [DURACOM-195] [DURACOM-180] Fix issue with header-navbar bottom border z-index --- .../header-navbar-wrapper.component.scss | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/themes/dspace/app/header-nav-wrapper/header-navbar-wrapper.component.scss b/src/themes/dspace/app/header-nav-wrapper/header-navbar-wrapper.component.scss index 6191dcc70c0..5b3ac00077c 100644 --- a/src/themes/dspace/app/header-nav-wrapper/header-navbar-wrapper.component.scss +++ b/src/themes/dspace/app/header-nav-wrapper/header-navbar-wrapper.component.scss @@ -12,12 +12,15 @@ width: 100%; background-color: var(--ds-expandable-navbar-bg); position: absolute; - border-bottom: var(--ds-header-navbar-border-bottom-style); z-index: var(--ds-nav-z-index); overflow: hidden; - // Following parameters are changed by slideMobileNav animation - min-height: var(--ds-collapsible-navbar-height); - height: auto; + + nav#collapsible-mobile-navbar { + // Following parameters are changed by slideMobileNav animation + min-height: var(--ds-collapsible-navbar-height); + height: auto; + border-bottom: var(--ds-header-navbar-border-bottom-style); + } } }