Fix a few more weird scrolling overflows

This commit is contained in:
Kalle
2022-10-08 10:11:36 +03:00
parent a04db5e9f1
commit cc72a200e9
2 changed files with 1 additions and 2 deletions

View File

@@ -145,7 +145,7 @@ textarea:not(.plain) {
font-size: var(--fonts-sm);
outline: none;
overflow-wrap: normal;
overflow-x: scroll;
overflow-x: auto;
white-space: pre;
}

View File

@@ -46,7 +46,6 @@
display: flex;
align-items: center;
gap: var(--s-2);
overflow-x: auto;
}
.plus__comment-button {