style: change scrolling
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Tomáš Mládek 2024-03-07 16:40:05 +01:00
parent 07b98fc0e3
commit 33f706c193

View file

@ -228,7 +228,7 @@
gap: 1rem;
flex-grow: 1;
padding: 0 4rem;
overflow: auto;
overflow: hidden;
& input[type='search'] {
padding: 0.5em;
@ -236,6 +236,10 @@
}
}
.tests {
overflow-y: auto;
}
h1 {
text-align: center;
font-size: 3rem;