Skip to content

Commit

Permalink
Question bank form should allow scrollbar on overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastsg committed Apr 20, 2024
1 parent a8f4d63 commit 470e8b7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -440,3 +440,7 @@
text-align: left;
margin: 0;
}

.jazzquiz-box form#questionsubmit {
overflow-x: auto;
}

0 comments on commit 470e8b7

Please sign in to comment.