[Trunk | Library]: navigationBar.component.html: not set z-index on small screens.
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@57257 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
b69c5b1d20
commit
961ace56f6
|
@ -2,7 +2,7 @@
|
|||
<div class="tm-header-mobile uk-hidden@m">
|
||||
<nav class="uk-navbar-container uk-navbar" uk-navbar="">
|
||||
<div *ngIf="properties.environment =='beta' || properties.environment =='development'"
|
||||
class="uk-position-top-left" style="z-index:1001;">
|
||||
class="uk-position-top-left">
|
||||
<img class="small-beta-indication" src="assets/common-assets/beta_flag.svg" alt="BETA">
|
||||
</div>
|
||||
<!-- class="uk-navbar-right"--> <!-- if we want to revert the menu - put it on the right -->
|
||||
|
|
Loading…
Reference in New Issue