Skip to content

Commit

Permalink
fix overflow scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
jhcoll committed Sep 19, 2023
1 parent 6e2eb3c commit cd69260
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ h1, h2, h3, h4 {
width: 300px;
min-width: 0px;
height: 100%;
overflow: hidden;
overflow-x: hidden;
overflow-y: auto;
transition: all 0.8s ease;
font-size: 15px;
}
Expand Down

0 comments on commit cd69260

Please sign in to comment.