editor: fix clear completed tasks button hidden by progress bar (#1444)

Signed-off-by: Muhammad Ali <alihamuh@gmail.com>
This commit is contained in:
Muhammad Ali
2022-12-05 10:42:13 +05:00
committed by GitHub
parent d39426a57a
commit bbe21eb7db

View File

@@ -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"