1
0
Fork 0
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:
Haocen Xu 2018-06-06 17:40:28 -04:00
parent 6bf2553d82
commit dc09dc463e

View file

@ -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;