mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
messages form at the bottom
This commit is contained in:
parent
a8dc543c3c
commit
2e0332218b
5 changed files with 97 additions and 35 deletions
|
@ -1,6 +1,6 @@
|
|||
import React, { FC, MouseEventHandler, useEffect, useRef, ReactElement } from 'react';
|
||||
import React, { FC, MouseEventHandler, ReactElement, useEffect, useRef, } from 'react';
|
||||
import * as styles from './styles.scss';
|
||||
import { enableBodyScroll, disableBodyScroll } from 'body-scroll-lock';
|
||||
import { disableBodyScroll, enableBodyScroll } from 'body-scroll-lock';
|
||||
import { Icon } from '~/components/input/Icon';
|
||||
import { LoaderCircle } from '~/components/input/LoaderCircle';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue