mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-11 07:55:52 +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"
|
||||
style={{
|
||||
transitionDuration: '0s',
|
||||
height: '100%',
|
||||
}}
|
||||
data-sidebar={location}
|
||||
// eslint-disable-next-line react/no-unknown-property
|
||||
|
||||
Reference in New Issue
Block a user