🐛 Fix problem with z-index modal in dashboard (#8178)

This commit is contained in:
Alonso Torres
2026-01-23 12:48:01 +01:00
committed by GitHub
parent 9c9b672e3e
commit 15d369493b

View File

@@ -628,6 +628,7 @@
width: $sz-400;
padding: var(--sp-xxxl);
background-color: var(--color-background-primary);
z-index: var(--z-index-set);
&.hero {
top: px2rem(216);