🐛 Fix put onboarding modals of top of libraries & templates panel (#9178)

This commit is contained in:
Luis de Dios 2026-04-28 09:26:15 +02:00 committed by GitHub
parent 4e1968bbab
commit a35b61ee0c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,7 +27,7 @@
transition: bottom 300ms;
width: calc(100% - $sz-12);
pointer-events: none;
z-index: var(--z-index-set);
z-index: var(--z-index-panels);
&.collapsed {
inset-block-end: calc(-1 * px2rem(228));