Skip to content

Commit 8019279

Browse files
committed
fix some cases of the TODO list controls covering text
1 parent a68fda9 commit 8019279

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

src/packages/frontend/editors/task-editor/desc-editor.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,10 @@ export default function DescriptionEditor({
8787
actions.redo();
8888
}}
8989
minimal
90-
editBarStyle={{ marginBottom: "10px" }}
90+
modeSwitchStyle={{
91+
float: "right",
92+
position: "relative",
93+
}}
9194
/>
9295
<ColorPicker
9396
toggle={<Button style={{ float: "right" }}>Color...</Button>}

src/packages/frontend/editors/task-editor/desc.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ export const Description: React.FC<Props> = React.memo(
137137
style={{
138138
position: "absolute",
139139
right: "25px",
140-
bottom: 0,
140+
bottom: "-10px",
141141
background: "white",
142142
zIndex: 1,
143143
}}

0 commit comments

Comments
 (0)