We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a62c28 commit 87bf3b8Copy full SHA for 87bf3b8
src/themes/dspace/app/header-nav-wrapper/header-navbar-wrapper.component.scss
@@ -6,7 +6,6 @@
6
div#header-navbar-wrapper {
7
// The header-navbar-wrapper should not have a z-index, otherwise it would cover the media viewer despite its higher z-index
8
position: relative; // required by the mobile collapsible navbar
9
- border-bottom: var(--ds-header-navbar-border-bottom-style); // gets covered by mobile navbar wrapper, when open
10
11
div#mobile-navbar-wrapper {
12
width: 100%;
@@ -19,7 +18,6 @@
19
18
// Following parameters are changed by slideMobileNav animation
20
min-height: var(--ds-expandable-navbar-height);
21
height: auto;
22
- border-bottom: var(--ds-header-navbar-border-bottom-style);
23
}
24
25
0 commit comments