mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-12 06:06:28 -05:00
Fix a few more weird scrolling overflows
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -46,7 +46,6 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: var(--s-2);
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
.plus__comment-button {
|
||||
|
||||
Reference in New Issue
Block a user