fixed android keyboard

Este commit está contenido en:
Adphi 2019-01-19 18:43:06 +01:00
padre 96dfe2ebdb
commit d077d211c8
Se han modificado 1 ficheros con 4 adiciones y 4 borrados

Ver fichero

@ -55,10 +55,10 @@
position: absolute;
left: -16px;
top: 0;
width: 16px;
height: 16px;
/*width: 16px;*/
/*height: 16px;*/
/* this seems to work after all on Android */
/*left: -99999px;
left: -99999px;
clip: rect(1px,1px,1px,1px);
/* on desktop textarea appear when paste */
/* opacity is needed for Edge and IE
@ -76,7 +76,7 @@
white-space: pre;
text-indent: -9999em; /* better cursor hiding for Safari and IE */
top: calc(var(--cursor-line, 0) * 1em);
visibility: hidden;
/*visibility: hidden;*/
}
.cmd .noselect, .cmd [role="presentation"]:not(.cursor-line) > span:last-child,
.cmd .cursor-line > span:last-child > span:last-child {