Fix editor picker z-index

This commit is contained in:
traumweh 2025-04-09 12:22:36 +02:00
commit fccd7625a2
Signed by: lilith
SSH key fingerprint: SHA256:WMHGS60rozMrHkA/VT+Ole85sPCLZ190yemdzY68WJo

View file

@ -2,6 +2,10 @@
* This file provides the design styles for the page content.
*/
.picker {
z-index: 2; // position over .content
}
.content .row {
> .col-xs-12 {
z-index: 1;