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 {
display: flex;
display: block;
height: 100%;
position: absolute;
width: 100%;
z-index: 999;
}