Merge pull request #20183 from calixteman/resizer_top_editor

[Editor] Make sure the resizers are on top of the editor content
This commit is contained in:
Tim van der Meij 2025-08-23 21:27:35 +02:00 committed by GitHub
commit 8be21711a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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