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:
Josh Hawkins
2024-06-06 07:26:02 -05:00
committed by GitHub
parent 53fa64fd14
commit 8cc170f027
2 changed files with 42 additions and 7 deletions

View File

@@ -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;
}