forked from Github/frigate
ensure resizable handles are above jsmpeg canvas elements (#11519)
This commit is contained in:
@@ -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;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user