mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-17 06:00:20 +02:00
fix layout shift caused by sidebar panel divider
This commit is contained in:
@@ -184,7 +184,6 @@ export const SidebarPlayQueue = () => {
|
||||
direction="vertical"
|
||||
dividerClassName={styles.resizeHandle}
|
||||
onResize={onLayoutChange}
|
||||
style={{ flex: 1, height: '100%', minHeight: 0 }}
|
||||
>
|
||||
{orderedPanels.map((panel, index) =>
|
||||
renderPanel(panel, index, orderedPanels.length),
|
||||
|
||||
Reference in New Issue
Block a user