mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-11 13:45:25 +03:00
ensure resizable handles are above jsmpeg canvas elements
This commit is contained in:
parent
adb043e7ae
commit
ccd5bd27bb
@ -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;
|
||||||
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user