ensure resizable handles are above jsmpeg canvas elements (#11519)

This commit is contained in:
Josh Hawkins
2024-05-25 15:15:30 -05:00
committed by GitHub
parent adb043e7ae
commit 681c7367d7

View File

@@ -162,3 +162,7 @@
font-display: swap;
src: url("../fonts/Inter-BlackItalic.woff2") format("woff2");
}
.react-resizable-handle {
z-index: 30;
}