mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-18 17:14:26 +03:00
prevent animated transitions on draggable grid layout
This commit is contained in:
parent
6537f06a86
commit
9d2b678965
@ -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;
|
||||||
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user