mirror of
https://github.com/seejohnrun/haste-server.git
synced 2024-11-22 04:31:21 +00:00
Avoid force scrollbar
This commit is contained in:
parent
6bf2553d82
commit
dc09dc463e
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ textarea {
|
|||
outline: none;
|
||||
font-size: 13px;
|
||||
padding-bottom: 95px;
|
||||
overflow-x: scroll;
|
||||
overflow-x: auto;
|
||||
overflow-y: hidden;
|
||||
box-sizing: border-box;
|
||||
user-select: text;
|
||||
|
|
Loading…
Reference in a new issue