fix get textarea

This commit is contained in:
kyo_ago 2011-01-26 20:36:12 +09:00 committed by Fabian Jakobs
commit af3a08da38

View file

@ -73,6 +73,13 @@
height: 100%;
}
.ace_editor textarea {
border: none;
resize: none;
outline: none;
overflow: hidden;
}
.ace_layer {
z-index: 1;
position: absolute;