Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Chaosmeister authored Feb 20, 2024
1 parent 0bb8928 commit 9e4c50a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@ pre {
resize: both;
white-space: pre-wrap;
word-break: break-all;
overflow-y: auto;
overflow-x: hidden;
}

code > button{
position: sticky;
left: 100%;
left: calc(100% - 50px);
bottom: calc(100% - 22px);
}

0 comments on commit 9e4c50a

Please sign in to comment.