allow scrolling with fixed copy button position

This commit is contained in:
2022-11-22 18:22:56 +02:00
parent 011b4e2e31
commit 28bd5f2095
2 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@
<style>
.pre-scrollable {
display: block;
max-height: 680px;
overflow-y: scroll;
}