Fixed the stupid unicode bug

This commit is contained in:
2017-09-09 14:38:03 +02:00
parent 3b7cd0a42e
commit 3926776adc
5 changed files with 61 additions and 46 deletions
+6 -1
View File
@@ -43,7 +43,12 @@ body.term {
background: none;
border: none;
resize: none;
// visible for debugging. do opacity 0 later on
overflow: hidden;
opacity: 0;
outline: 0 none !important;
caret-color: transparent;
color: transparent;
@include click-through;
}
#touch-select-menu {