Skip to content

Commit

Permalink
Use overflow: auto instead of overflow: scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
rameshvarun committed Aug 31, 2023
1 parent 4eb47df commit 1873c66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/blog-cells.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
padding: 10px 20px;
color-scheme: dark;

overflow: scroll;
overflow: auto;
}

/* Log Line Colors */
Expand Down Expand Up @@ -122,7 +122,7 @@ script[type="text/notebook-cell"] {
font-size: 14px;
line-height: 1.45em;

overflow-x: scroll;
overflow-x: auto;

box-shadow: 0 0 5px 1px #000000c6;
border-radius: 4px;
Expand Down

0 comments on commit 1873c66

Please sign in to comment.