fix scroll fix

This commit is contained in:
speatzle 2024-05-30 00:04:24 +02:00
parent 0ddd94b303
commit ae03e85d18

View file

@ -5,12 +5,12 @@
:root { :root {
font-family: monospace; font-family: monospace;
font-size: 16px; font-size: 16px;
overflow-y: auto;
} }
body { body {
padding: 0.5rem; padding: 0.5rem;
gap: 0.5rem; gap: 0.5rem;
overflow-y: auto;
} }
.counter-image { .counter-image {