mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-11 16:05:47 +01:00
🐛 Fix items not being draggable to sidebars
This commit is contained in:
@@ -50,6 +50,7 @@ const SidebarInner = ({ location }: DashboardSidebarInnerProps) => {
|
|||||||
className="grid-stack grid-stack-sidebar"
|
className="grid-stack grid-stack-sidebar"
|
||||||
style={{
|
style={{
|
||||||
transitionDuration: '0s',
|
transitionDuration: '0s',
|
||||||
|
height: '100%',
|
||||||
}}
|
}}
|
||||||
data-sidebar={location}
|
data-sidebar={location}
|
||||||
// eslint-disable-next-line react/no-unknown-property
|
// eslint-disable-next-line react/no-unknown-property
|
||||||
|
|||||||
Reference in New Issue
Block a user