fix scroll fix
This commit is contained in:
parent
0ddd94b303
commit
ae03e85d18
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue