Closed bedeoverend closed 7 years ago
The editor is getting z-index of auto, but it should really be floating on top to make sure it's always visible / usable.
z-index
auto
@seaneking I think all that's happening here is missing a line in the :host styles, should have a line z-index: var(--simpla-on-top);?
:host
z-index: var(--simpla-on-top);
Derp. Yep
Fixed in 4eaeaa8abd12f616299e338775fd331ef07dbbb5
The editor is getting
z-index
ofauto
, but it should really be floating on top to make sure it's always visible / usable.@seaneking I think all that's happening here is missing a line in the
:host
styles, should have a linez-index: var(--simpla-on-top);
?