[Editor] Make sure the resizers are on top of the editor content

This commit is contained in:
Calixte Denizet 2025-08-21 09:10:57 +02:00
parent e20ee99580
commit 0c6cf84274

View File

@ -618,6 +618,7 @@
& > .resizers {
position: absolute;
inset: 0;
z-index: 1;
&.hidden {
display: none;