reza added some bug

temp
Reza_ashrafi 3 years ago
parent 51e80c53ce
commit e48a24c180
  1. 4
      src/views/Home/Page3/index.js

@ -16,8 +16,8 @@ export default function Page3({ list, page }) {
<div
className={_.join(
[
"fixed left-0 h-screen w-full pt-20 bg-white transition-opacity duration-1000 flex flex-row justify-center items-end",
top > 0 ? "opacity-0" : "opacity-100 z-10",
"fixed left-0 h-screen w-full pt-20 bg-white transition-opacity duration-1000 flex flex-row justify-center items-end z-10",
top > 0 ? "opacity-0 pointer-events-none" : "opacity-100",
],
" "
)}

Loading…
Cancel
Save