Skip to content

Commit 983b25b

Browse files
authored
Fix horizontal scrool issue
1 parent 4e37c1b commit 983b25b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

fof.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ body {
33
font-family: Verdana, Arial, sans-serif;
44
margin: 0;
55
padding: 0;
6+
overflow-x: hidden;
67
}
78

89
blockquote {
@@ -682,4 +683,4 @@ td.feed-prefs-header {
682683
position: absolute;
683684
top: -10px;
684685
transform: translateY(-100%);
685-
}
686+
}

0 commit comments

Comments
 (0)