style: change scrolling
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
07b98fc0e3
commit
33f706c193
1 changed files with 5 additions and 1 deletions
|
@ -228,7 +228,7 @@
|
||||||
gap: 1rem;
|
gap: 1rem;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
padding: 0 4rem;
|
padding: 0 4rem;
|
||||||
overflow: auto;
|
overflow: hidden;
|
||||||
|
|
||||||
& input[type='search'] {
|
& input[type='search'] {
|
||||||
padding: 0.5em;
|
padding: 0.5em;
|
||||||
|
@ -236,6 +236,10 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tests {
|
||||||
|
overflow-y: auto;
|
||||||
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 3rem;
|
font-size: 3rem;
|
||||||
|
|
Loading…
Reference in a new issue