1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Fix IME bug in text editor

This commit is contained in:
Kazuhito Yokoi 2019-12-17 21:00:50 +09:00
parent c1dae95f71
commit 9cbd0fceea

View File

@ -78,7 +78,8 @@
}
textarea {
overflow: auto;
overflow: hidden;
padding: 0px 1px !important;
vertical-align: top;
}