Fix scrollbars appearing when they shouldn't.
This commit is contained in:
parent
81d2f05f03
commit
275f4bdb46
|
@ -33,7 +33,7 @@
|
||||||
|
|
||||||
.group {
|
.group {
|
||||||
border: 1px solid var(--blue);
|
border: 1px solid var(--blue);
|
||||||
overflow: scroll;
|
overflow: hidden;
|
||||||
padding: 16px;
|
padding: 16px;
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
|
@ -41,7 +41,7 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: 8px;
|
gap: 8px;
|
||||||
margin-bottom: 16px;
|
margin-bottom: 16px;
|
||||||
overflow: scroll;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
input {
|
input {
|
||||||
|
|
Loading…
Reference in New Issue