allow scrolling with fixed copy button position

This commit is contained in:
2022-11-22 18:22:56 +02:00
parent 1603086b96
commit f2c23bad17
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;
}