From 681c7367d76fd4d9c290a89414654d9e284d3781 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Sat, 25 May 2024 15:15:30 -0500 Subject: [PATCH] ensure resizable handles are above jsmpeg canvas elements (#11519) --- web/src/index.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/src/index.css b/web/src/index.css index beec893bd..9923cb778 100644 --- a/web/src/index.css +++ b/web/src/index.css @@ -162,3 +162,7 @@ font-display: swap; src: url("../fonts/Inter-BlackItalic.woff2") format("woff2"); } + +.react-resizable-handle { + z-index: 30; +}