feito fork de adphi/occweb
1
0
Fork 0

fixed android keyboard

Esse commit está contido em:
Adphi 2019-01-19 18:43:06 +01:00
commit d077d211c8
1 arquivos alterados com 4 adições e 4 exclusões

Ver arquivo

@ -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 {