@@ -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 {
@@ -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 />