mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-16 16:34:24 +02:00
prevent sidebar item conflict with server selector
This commit is contained in:
@@ -80,7 +80,7 @@ export const CollapsedSidebar = () => {
|
||||
[styles.web]: windowBarStyle === Platform.WEB,
|
||||
})}
|
||||
>
|
||||
<ScrollArea>
|
||||
<ScrollArea className={currentServer ? styles.scrollAreaWithServer : undefined}>
|
||||
{sidebarCollapsedNavigation && (
|
||||
<Group gap={0} grow>
|
||||
<CollapsedSidebarButton onClick={() => navigate(-1)}>
|
||||
|
||||
Reference in New Issue
Block a user