mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 18:44:14 +00:00
Fixed mobile nav not opening/displaying correctly
This commit is contained in:
@@ -1,7 +1,4 @@
|
|||||||
@media screen and (max-width: map-get($grid-breakpoints, md)) {
|
:host {
|
||||||
:host.open {
|
position: relative;
|
||||||
background-color: var(--bs-white);
|
z-index: var(--ds-nav-z-index);
|
||||||
top: 0;
|
|
||||||
position: sticky;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
:host {
|
|
||||||
z-index: var(--ds-nav-z-index);
|
|
||||||
}
|
|
@@ -6,7 +6,7 @@ import { HeaderNavbarWrapperComponent as BaseComponent } from '../../../../app/h
|
|||||||
*/
|
*/
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'ds-header-navbar-wrapper',
|
selector: 'ds-header-navbar-wrapper',
|
||||||
styleUrls: ['header-navbar-wrapper.component.scss'],
|
styleUrls: ['../../../../app/header-nav-wrapper/header-navbar-wrapper.component.scss'],
|
||||||
templateUrl: 'header-navbar-wrapper.component.html',
|
templateUrl: 'header-navbar-wrapper.component.html',
|
||||||
})
|
})
|
||||||
export class HeaderNavbarWrapperComponent extends BaseComponent {
|
export class HeaderNavbarWrapperComponent extends BaseComponent {
|
||||||
|
Reference in New Issue
Block a user