Skip to content

Commit

Permalink
🐛 fix: fix DraggablePanel bar interfere with the operation of the scr…
Browse files Browse the repository at this point in the history
…ollbar (lobehub#1775)

* fix: The sidebar's DraggablePanel bar should not interfere with the operation of the scrollbar below.

* Update index.tsx
  • Loading branch information
lee88688 authored Apr 2, 2024
1 parent caf378b commit 4b7b243
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/app/chat/(desktop)/features/SideBar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ const Desktop = memo(() => {
mode={'fixed'}
onExpandChange={toggleConfig}
placement={'right'}
showHandlerWideArea={false}
>
<DraggablePanelContainer
style={{
Expand Down
1 change: 1 addition & 0 deletions src/app/market/_layout/Desktop/AgentDetail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ const SideBar = memo(() => {
mode={'fixed'}
onExpandChange={handleExpandChange}
placement={'right'}
showHandlerWideArea={false}
>
<DraggablePanelContainer
style={{
Expand Down

0 comments on commit 4b7b243

Please sign in to comment.