mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
fix actionbar not growing to width of container
This commit is contained in:
@@ -85,7 +85,10 @@ export const Sidebar = () => {
|
|||||||
className={styles.container}
|
className={styles.container}
|
||||||
id="left-sidebar"
|
id="left-sidebar"
|
||||||
>
|
>
|
||||||
<Group id="global-search-container">
|
<Group
|
||||||
|
grow
|
||||||
|
id="global-search-container"
|
||||||
|
>
|
||||||
<ActionBar />
|
<ActionBar />
|
||||||
</Group>
|
</Group>
|
||||||
<ScrollArea
|
<ScrollArea
|
||||||
|
|||||||
Reference in New Issue
Block a user