fix: selector dropdown position in fullscreen mod (#619)

This commit is contained in:
Tiefseemonster 2022-11-28 12:36:42 +01:00 committed by GitHub
parent 40e92f9463
commit b72bfc9c24
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,6 +22,10 @@
@apply !bottom-8;
top: unset !important;
}
.items-wrapper {
@apply mb-1 bottom-full top-auto;
}
}
&.edit-ing {