mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-25 08:09:38 +02:00
Fix AI sidebar overflow when user hasn't enabled or created a chat yet (#2044)
This commit is contained in:
parent
f2020a816a
commit
02bfa9f251
3 changed files with 12 additions and 2 deletions
|
@ -190,7 +190,8 @@ module ApplicationHelper
|
|||
is_open: right_sidebar_showing,
|
||||
initial_width: right_panel_width,
|
||||
min_width: right_panel_min_width,
|
||||
max_width: right_panel_max_width
|
||||
max_width: right_panel_max_width,
|
||||
overflow: right_sidebar_showing ? "auto" : "hidden"
|
||||
},
|
||||
content_max_width: content_max_width
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue