Skip to content

Commit

Permalink
Fixed: Body content model takes over on Safari.
Browse files Browse the repository at this point in the history
Fixes #336.
  • Loading branch information
mnot committed Dec 3, 2023
1 parent 43944e4 commit 1d72b40
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/scss/red_response.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,16 @@
/* response body */

#body {
position: absolute;
right: 3em;
left: 3em;
position: relative;
.prettyprint {
position: absolute;
font: 0.80/1.00 Consolas, "Lucida Console", Monaco, monospace;
overflow-x: auto;
overflow-y: hidden;
background-color: #fff;
@include rounded_corners(1em);
border: 1px solid #ccc;
padding: 9px;
width: 100%;
}
}

0 comments on commit 1d72b40

Please sign in to comment.