mirror of
https://github.com/grafana/grafana.git
synced 2026-09-05 04:40:13 -05:00
remove underlay fade out animation (#55578)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user