Skip to content

Commit

Permalink
fix: horizontal scroll and background
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidsawa committed Nov 6, 2024
1 parent 451c73d commit 58229a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions static/style/inverted-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -519,6 +519,8 @@
position: relative;
display: inline-block;
width: 100%;
overflow-x: scroll;
background-color: var(--background-color-light);
}
.preview pre code {
font-family: monospace;
Expand Down
2 changes: 2 additions & 0 deletions static/style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -519,6 +519,8 @@
position: relative;
display: inline-block;
width: 100%;
overflow-x: scroll;
background-color: var(--background-color-light);
}
.preview pre code {
font-family: monospace;
Expand Down

0 comments on commit 58229a8

Please sign in to comment.