Skip to content

Commit

Permalink
bluescreen.css: resets <body> display & overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed May 30, 2022
1 parent 84c373c commit ef2e060
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Tracy/BlueScreen/assets/bluescreen.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
--tracy-space: 16px;
}

html, body {
display: block;
overflow: visible;
}

#tracy-bs {
font: 9pt/1.5 Verdana, sans-serif;
background: white;
Expand Down

0 comments on commit ef2e060

Please sign in to comment.