Skip to content

Commit 45c206f

Browse files
author
Gérard Collin
committed
Host drawer on top
1 parent 1f24909 commit 45c206f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/xt-host/projects/host/src/app/app.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<ng-template #end></ng-template>
1111
</p-toolbar>
1212
<div class="md:hidden">
13-
<p-drawer id="mainLeftDrawer" [style]="{width:'15em'}" [(visible)]="leftDrawerVisible" [modal]="false" [closeOnEscape]="true" [closable]="true">
13+
<p-drawer id="mainLeftDrawer" [style]="{width:'15em', 'z-index':2000}" [(visible)]="leftDrawerVisible" [modal]="false" [closeOnEscape]="true" [closable]="true">
1414
<ng-template #header>
1515
<a routerLink="/"><img src="assets/images/logo-xtend-transparent.png" class="size-16" /></a>
1616
</ng-template>

0 commit comments

Comments
 (0)