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

@@ -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',