[Library | Deprecated]: navigationBar.component.html: Added class="uk-position-top-right" to fix navbar - do not become sticky, stay on top fixed.

This commit is contained in:
Konstantina Galouni 2022-09-27 15:23:04 +03:00
parent 3c1429f6b7
commit b90c7a4ebf
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@
</div>
<!-- <div *ngIf="!onlyTop" class="uk-navbar-center"> -->
<div *ngIf="!onlyTop" [class.uk-navbar-right]="header.menuPosition != 'center'"
[class.uk-navbar-center]="header.menuPosition == 'center'">
[class.uk-navbar-center]="header.menuPosition == 'center'" class="uk-position-top-right">
<div *ngIf="showLogo && header.position == 'center' && header.menuPosition == 'center' "
class="uk-margin-large-right uk-visible@m">
<ng-container *ngTemplateOutlet="header_template; context: {mobile: false}"></ng-container>