1
0
Fork 0
mirror of https://github.com/seejohnrun/haste-server.git synced 2024-11-22 12:41: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; outline: none;
font-size: 13px; font-size: 13px;
padding-bottom: 95px; padding-bottom: 95px;
overflow-x: scroll; overflow-x: auto;
overflow-y: hidden; overflow-y: hidden;
box-sizing: border-box; box-sizing: border-box;
user-select: text; user-select: text;