Fix page height on mobile.

Fix keyboard focus on mobile.
This commit is contained in:
Paul
2021-07-03 15:23:29 +01:00
parent af2e8f685c
commit c5e96aee43
5 changed files with 14 additions and 6 deletions

View File

@@ -1,7 +1,3 @@
// import classNames from "classnames";
// import { memo } from "preact/compat";
// import styles from "./TextArea.module.scss";
// import { useState, useEffect, useRef, useLayoutEffect } from "preact/hooks";
import styled, { css } from "styled-components";
export interface TextAreaProps {