fix(source): gallery lightbox fix (#238)

* 3.0.97

* 3.0.98

* 3.0.99

* fix lightbox z-index
This commit is contained in:
Anton Tranelis 2025-06-11 10:13:16 +02:00 committed by GitHub
parent df834855da
commit ab304d4251
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,3 @@
.yarl__portal_open {
z-index: 10050;
}

View File

@ -15,3 +15,4 @@ import '#assets/css/leaflet.css'
import '#assets/css/color-picker.css'
import '#assets/css/markdown.css'
import '#assets/css/tiptap.css'
import '#assets/css/gallery.css'