forked from Github/frigate
Draggable grid layout bugfixes (#11777)
* Maintain aspect ratio when overdragging * add existing x value * Better handle portrait and wide cam aspect ratios
This commit is contained in:
@@ -171,4 +171,10 @@
|
||||
|
||||
.react-resizable-handle {
|
||||
z-index: 30;
|
||||
background-image: none !important;
|
||||
}
|
||||
|
||||
.react-grid-item.react-grid-placeholder {
|
||||
border: 3px solid #a00000 !important;
|
||||
opacity: 0.5 !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user