deign sidebar
This commit is contained in:
@@ -8,8 +8,8 @@ function Col({ isActive, setIsActive, name }) {
|
||||
<div className="flex lg:hidden">
|
||||
<div
|
||||
className={`
|
||||
fixed pb-[31px] pt-[64px] pl-[24px] padding-responsive top-[-12px] sm:top-[-21px]
|
||||
md:top-[-30px] lg:top-[-40px] w-[85%] z-10 h-screen bg-[#FAFAFA] transition-all duration-500
|
||||
fixed pb-[31px] pt-[64px] pl-[24px] padding-responsive top-0
|
||||
w-[85%] z-10 h-screen bg-[#FAFAFA] transition-all duration-500
|
||||
${isActive ? "right-0" : "-right-[85%]"}
|
||||
`}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user