소스 검색

add comment

jam411 3 년 전
부모
커밋
e11cb871ae
2개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/app/src/components/Fab.module.scss
  2. 4 0
      packages/app/src/components/Layout/BasicLayout.tsx

+ 1 - 1
packages/app/src/components/Fab.module.scss

@@ -3,7 +3,7 @@
   // https://stackoverflow.com/a/57667536
   .fadeInUp {
     & :local {
-      animation: fab-fadeinup 1s ease 0s;
+      animation: fab-fadeinup 0.5s ease 0s;
     }
   }
   .fadeOut {

+ 4 - 0
packages/app/src/components/Layout/BasicLayout.tsx

@@ -60,6 +60,10 @@ export const BasicLayout = ({
       <PageAccessoriesModal />
       {/* <HotkeysManager /> */}
 
+      {/*
+      * Comment out to prevent err >>> TypeError: Cannot read properties of null (reading 'bottom')
+      * This err occurs when moving to "grw-fav-sticky-trigger" pages.
+      */ }
       {/* <Fab /> */}
 
       <ShortcutsModal />