Skip to content

Commit

Permalink
Corrige le positionnement du panel associer des indicateurs
Browse files Browse the repository at this point in the history
  • Loading branch information
mariheck committed Jan 13, 2025
1 parent 883bebf commit 367d1d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const SideMenu = ({ children, title, isOpen, setIsOpen }: SideMenuProps) => {
return (
<div
className={classNames(
'absolute z-[800] top-0 h-screen max-h-screen overflow-hidden w-[50%] lg:w-[33%] xl:w-[30%] flex flex-col bg-white rounded-l-lg border-l border-l-grey-3 transition-all duration-500',
'fixed z-[800] top-0 h-screen max-h-screen overflow-hidden w-[50%] lg:w-[33%] xl:w-[30%] flex flex-col bg-white rounded-l-lg border-l border-l-grey-3 transition-all duration-500',
{
'-right-[50%] lg:-right-[33%] xl:-right-[30%]': !isOpen,
'right-0': isOpen,
Expand Down

0 comments on commit 367d1d6

Please sign in to comment.