Enable Scrolling

This commit is contained in:
speatzle 2024-05-29 23:55:52 +02:00
parent eb5dfaab9b
commit 0ddd94b303

View file

@ -10,6 +10,7 @@
body {
padding: 0.5rem;
gap: 0.5rem;
overflow-y: auto;
}
.counter-image {