mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 18:13:31 +00:00
fix actionbar not growing to width of container
This commit is contained in:
parent
e0f0524eb9
commit
dbf840b185
1 changed files with 4 additions and 1 deletions
|
|
@ -85,7 +85,10 @@ export const Sidebar = () => {
|
|||
className={styles.container}
|
||||
id="left-sidebar"
|
||||
>
|
||||
<Group id="global-search-container">
|
||||
<Group
|
||||
grow
|
||||
id="global-search-container"
|
||||
>
|
||||
<ActionBar />
|
||||
</Group>
|
||||
<ScrollArea
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue