fix: wrong error report button position

This commit is contained in:
林一二 2022-02-20 18:30:58 +08:00
parent a3c7a1e146
commit 3a0d75fa19
2 changed files with 1 additions and 2 deletions

View file

@ -67,7 +67,7 @@ export function ReportErrorButton(props: { message: string }): JSX.Element {
}
const AbsoluteFab = styled(Fab)`
position: absolute;
position: fixed;
right: 10px;
bottom: 10px;
color: rgba(0, 0, 0, 0.2);

View file

@ -1,5 +1,4 @@
/* eslint-disable @typescript-eslint/strict-boolean-expressions */
import React from 'react';
import { useTranslation } from 'react-i18next';
import { Typography, MenuItem } from '@material-ui/core';
import { Folder as FolderIcon } from '@material-ui/icons';