mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-20 09:20:12 +01:00
fix(header): prevent material popover from overlapping navigation
This commit is contained in:
parent
1cde650472
commit
c643a46b50
3 changed files with 73 additions and 20 deletions
|
|
@ -267,6 +267,16 @@
|
|||
flex-basis: auto;
|
||||
}
|
||||
|
||||
::ng-deep ngx-material-theme-link {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@include media-breakpoint-up(is) {
|
||||
::ng-deep ngx-material-theme-link {
|
||||
display: flex;
|
||||
}
|
||||
}
|
||||
|
||||
@include media-breakpoint-up(sm) {
|
||||
::ng-deep nb-menu .menu-items li:first-child {
|
||||
display: list-item;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue