fix width overflow

This commit is contained in:
2023-05-22 21:08:56 +08:00
parent 89124b9ad9
commit a04f1c22c9

View File

@@ -270,8 +270,6 @@ const Timetable = ({
contentEditable={editable} contentEditable={editable}
style={{ style={{
overflow: "scroll", overflow: "scroll",
display: "flex",
justifyContent: "center",
}} }}
onInput={handleInput} onInput={handleInput}
></div>{" "} ></div>{" "}