mirror of
https://github.com/mattermost/focalboard.git
synced 2024-11-24 08:22:29 +02:00
Fixed category menu position (#4555)
This commit is contained in:
parent
bb5e6769b6
commit
fe515f6c82
@ -313,6 +313,7 @@ const SidebarCategory = (props: Props) => {
|
||||
<IconButton icon={<OptionsIcon/>}/>
|
||||
<Menu
|
||||
position='auto'
|
||||
fixed={true}
|
||||
parentRef={menuWrapperRef}
|
||||
>
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user