mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
fixed sidebar z-indexes
This commit is contained in:
parent
e28fdd2c05
commit
2e65992a84
3 changed files with 20 additions and 23 deletions
|
@ -23,6 +23,7 @@ const SidebarWrapper: FC<IProps> = ({ children, onClose }) => {
|
|||
return createPortal(
|
||||
<div className={styles.wrapper} ref={ref}>
|
||||
<div className={styles.clicker} onClick={onClose} />
|
||||
|
||||
{children}
|
||||
</div>,
|
||||
document.body
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue