diff --git a/css/style.css b/css/style.css index afbf500..6141904 100644 --- a/css/style.css +++ b/css/style.css @@ -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 {