diff --git a/index.html b/index.html
index 4a761cf..56d7fa9 100644
--- a/index.html
+++ b/index.html
@@ -119,7 +119,7 @@
]),
])},
keyboard: ()=>{
- let cnv = elm("canvas",{class:"center",id:"screenkeyboard"},[]).Listen("flick",(e)=>{
+ let cnv = elm("canvas",{id:"screenkeyboard"},[]).Listen("flick",(e)=>{
console.log("input",e.detail.btnnum,e.detail.label);
key = e.detail.label[0].toLowerCase();
if (key=="⇐") {key="Backspace"}
@@ -393,6 +393,8 @@
}
#screenkeyboard {
+ bottom: 0px;
+ position: absolute;
touch-action: none;
}