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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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