Skip to content

Commit ea6b0f0

Browse files
committed
Hide X overflow so we don't get a horizontal scroll bar
1 parent 9b7ba35 commit ea6b0f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/renderer/components/App.css

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ body {
1010
background-color: #F4F4F5;
1111
font-size: 18px;
1212
font-family: gotham_rounded_medium, sans-serif;
13+
overflow-x: hidden;
1314
}
1415

1516
button {

0 commit comments

Comments
 (0)