prevent animated transitions on draggable grid layout

This commit is contained in:
Josh Hawkins 2024-12-22 12:28:30 -06:00
parent 6537f06a86
commit 9d2b678965

View File

@ -179,3 +179,8 @@ html {
border: 3px solid #a00000 !important; border: 3px solid #a00000 !important;
opacity: 0.5 !important; opacity: 0.5 !important;
} }
.react-grid-layout,
.react-grid-layout .react-grid-item {
transition: none !important;
}