Shun Miyazawa 3 лет назад
Родитель
Сommit
bb7b972620
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/app/src/components/Fab.tsx

+ 1 - 1
packages/app/src/components/Fab.tsx

@@ -81,7 +81,7 @@ export const Fab = (): JSX.Element => {
   };
 
   return (
-    <div className={`${styles['grw-fab']} grw-fab d-none d-md-block d-edit-none`} data-testid="grw-fab">
+    <div className={`${styles['grw-fab']} grw-fab d-none d-md-block d-edit-none`} data-testid="grw-fab-container">
       {currentUser != null && renderPageCreateButton()}
       <div className={`rounded-circle position-absolute ${animateClasses}`} style={{ bottom: 0, right: 0 }} data-testid="grw-fab-return-to-top">
         <button