mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
remove underlay fade out animation (#55578)
This commit is contained in:
parent
bc6a006fc0
commit
1978b935ba
@ -100,7 +100,7 @@ export function NavBarMenu({ activeItem, navItems, searchBarHidden, onClose }: P
|
||||
in={isOpen}
|
||||
unmountOnExit={true}
|
||||
classNames={animStyles.backdrop}
|
||||
timeout={animationSpeed}
|
||||
timeout={{ enter: animationSpeed, exit: 0 }}
|
||||
>
|
||||
<div ref={backdropRef} className={styles.backdrop} {...underlayProps} />
|
||||
</CSSTransition>
|
||||
|
Loading…
Reference in New Issue
Block a user