fix: increment z-index

This commit is contained in:
2026-01-17 18:24:29 -03:00
parent 888d636be6
commit a8ff28829d

View File

@@ -1,6 +1,7 @@
:host { :host {
display: flex; display: block;
height: 100%; height: 100%;
position: absolute; position: absolute;
width: 100%; width: 100%;
z-index: 999;
} }