1
Fork 0

Fix scrollbars appearing when they shouldn't.

This commit is contained in:
Bauke 2023-06-25 11:41:35 +02:00
parent 81d2f05f03
commit 275f4bdb46
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@
.group {
border: 1px solid var(--blue);
overflow: scroll;
overflow: hidden;
padding: 16px;
h2 {
@ -41,7 +41,7 @@
display: flex;
gap: 8px;
margin-bottom: 16px;
overflow: scroll;
overflow: auto;
}
input {