Closed sohrabhejazi closed 7 years ago
I want to place the Keyboard on bottom of screen So that when we click a TextEdit, the keyboard appears in button of screen. The button of current frame is my purpose.
I solved it: top: auto; bottom: 16rem; position: fixed;
Hi @sohrabhejazi!
I'm glad you figured it out! By the way, there are a ton of demos on the main wiki page if you need examples.
I want to place the Keyboard on bottom of screen So that when we click a TextEdit, the keyboard appears in button of screen. The button of current frame is my purpose.