create ui components
This commit is contained in:
@@ -33,7 +33,7 @@ const Burger = () => {
|
||||
|
||||
{/* меню */}
|
||||
<div
|
||||
className={`fixed left-0 w-full bg-[#eeebeb] shadow-lg transition-all duration-300 ease-in-out origin-top ${
|
||||
className={`fixed z-50 left-0 w-full bg-[#eeebeb] shadow-lg transition-all duration-300 ease-in-out origin-top ${
|
||||
isOpen
|
||||
? 'top-[80px] h-[calc(100vh-80px)] opacity-100 scale-y-100'
|
||||
: 'top-[80px] h-0 opacity-0 scale-y-0'
|
||||
|
||||
Reference in New Issue
Block a user