mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-01 19:49:54 +02:00
editor: fix clear completed tasks button hidden by progress bar (#1444)
Signed-off-by: Muhammad Ali <alihamuh@gmail.com>
This commit is contained in:
@@ -171,7 +171,7 @@ export function TaskListComponent(
|
||||
);
|
||||
}}
|
||||
/>
|
||||
<Flex sx={{ flexShrink: 0, pr: 2 }}>
|
||||
<Flex sx={{ flexShrink: 0, pr: 2, zIndex: 1 }}>
|
||||
<ToolButton
|
||||
toggled={false}
|
||||
title="Clear completed tasks"
|
||||
|
||||
Reference in New Issue
Block a user