Skip to content

Commit 9e4c50a

Browse files
authored
Update style.css
1 parent 0bb8928 commit 9e4c50a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Assets/css/style.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@ pre {
22
resize: both;
33
white-space: pre-wrap;
44
word-break: break-all;
5+
overflow-y: auto;
6+
overflow-x: hidden;
57
}
68

79
code > button{
810
position: sticky;
9-
left: 100%;
11+
left: calc(100% - 50px);
1012
bottom: calc(100% - 22px);
1113
}

0 commit comments

Comments
 (0)