Skip to content

Commit

Permalink
render-container now scrolls
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorp committed May 29, 2024
1 parent c42ada9 commit 815163d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/fencer.html
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@
box-sizing: border-box;
.render-container {
width: 100%;
overflow-y: scroll;
}
.render-item {
position: relative;
Expand Down

0 comments on commit 815163d

Please sign in to comment.