mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
ensure resizable handles are above jsmpeg canvas elements (#11519)
This commit is contained in:
parent
adb043e7ae
commit
681c7367d7
@ -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