Commit 8cc34635 by HoMeTown

fix: 修复下滑遮挡点击的问题

parent 6d1f74bd
......@@ -245,7 +245,7 @@ export const Chat: React.FC = () => {
)}
</div>
<div className="relative box-border px-[0] mx-auto iptContainer w-full max-w-[912px] flex-shrink-0 sm:px-0 pb-[18px]">
<div className="absolute left-1/2 ml-[-20px] top-[-45px] sm:top-[-65px]">
<div className="absolute right-[12px] sm:right-[23px] top-[-55px] sm:top-[-65px]">
<motion.div
initial="hidden"
animate={(position?.top as number) < -20 ? 'visible' : 'hidden'}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment