Fix scrollbars appearing when they shouldn't.
This commit is contained in:
parent
81d2f05f03
commit
275f4bdb46
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue