Skip to content

Commit

Permalink
style: Correct CSS property case for overflow-x (fix nhn#3253)
Browse files Browse the repository at this point in the history
  • Loading branch information
hobk committed Jun 24, 2024
1 parent 0c5c11b commit b5019c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/editor/src/css/contents.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
color: #222;
font-size: 13px;
overflow-y: auto;
overflow-X: hidden;
overflow-x: hidden;
height: calc(100% - 36px);
}

Expand Down

0 comments on commit b5019c4

Please sign in to comment.