fix bottom area select problem

This commit is contained in:
Sanster 2022-02-05 20:14:18 +08:00
parent da0387b3b2
commit 920bf27ccb
2 changed files with 1 additions and 3 deletions

View File

@ -2,8 +2,6 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" type="image/svg+xml" href="%PUBLIC_URL%/favicon.svg" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=0"

View File

@ -395,7 +395,7 @@ export default function Editor(props: EditorProps) {
className={[
'flex items-center w-full max-w-5xl',
'space-x-3 sm:space-x-5',
'p-6',
'pb-6',
scale !== 1
? 'absolute bottom-0 justify-evenly'
: 'relative justify-evenly sm:justify-between',