fixed android keyboard
This commit is contained in:
parent
96dfe2ebdb
commit
d077d211c8
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user