fix bottom area select problem
This commit is contained in:
parent
da0387b3b2
commit
920bf27ccb
@ -2,8 +2,6 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<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
|
<meta
|
||||||
name="viewport"
|
name="viewport"
|
||||||
content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=0"
|
content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=0"
|
||||||
|
@ -395,7 +395,7 @@ export default function Editor(props: EditorProps) {
|
|||||||
className={[
|
className={[
|
||||||
'flex items-center w-full max-w-5xl',
|
'flex items-center w-full max-w-5xl',
|
||||||
'space-x-3 sm:space-x-5',
|
'space-x-3 sm:space-x-5',
|
||||||
'p-6',
|
'pb-6',
|
||||||
scale !== 1
|
scale !== 1
|
||||||
? 'absolute bottom-0 justify-evenly'
|
? 'absolute bottom-0 justify-evenly'
|
||||||
: 'relative justify-evenly sm:justify-between',
|
: 'relative justify-evenly sm:justify-between',
|
||||||
|
Loading…
Reference in New Issue
Block a user