forked from adphi/occweb
fixed android keyboard
This commit is contained in:
parent
3d5a5806b9
commit
6f370bb567
Binary file not shown.
Binary file not shown.
@ -55,10 +55,10 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
left: -16px;
|
left: -16px;
|
||||||
top: 0;
|
top: 0;
|
||||||
width: 16px;
|
/*width: 16px;*/
|
||||||
height: 16px;
|
/*height: 16px;*/
|
||||||
/* this seems to work after all on Android */
|
/* this seems to work after all on Android */
|
||||||
/*left: -99999px;
|
left: -99999px;
|
||||||
clip: rect(1px,1px,1px,1px);
|
clip: rect(1px,1px,1px,1px);
|
||||||
/* on desktop textarea appear when paste */
|
/* on desktop textarea appear when paste */
|
||||||
/* opacity is needed for Edge and IE
|
/* opacity is needed for Edge and IE
|
||||||
@ -76,7 +76,7 @@
|
|||||||
white-space: pre;
|
white-space: pre;
|
||||||
text-indent: -9999em; /* better cursor hiding for Safari and IE */
|
text-indent: -9999em; /* better cursor hiding for Safari and IE */
|
||||||
top: calc(var(--cursor-line, 0) * 1em);
|
top: calc(var(--cursor-line, 0) * 1em);
|
||||||
visibility: hidden;
|
/*visibility: hidden;*/
|
||||||
}
|
}
|
||||||
.cmd .noselect, .cmd [role="presentation"]:not(.cursor-line) > span:last-child,
|
.cmd .noselect, .cmd [role="presentation"]:not(.cursor-line) > span:last-child,
|
||||||
.cmd .cursor-line > span:last-child > span:last-child {
|
.cmd .cursor-line > span:last-child > span:last-child {
|
||||||
|
Loading…
Reference in New Issue
Block a user