fixed my propries page and fixed the sidebar again mouaz is the best in the west
All checks were successful
Build frontend / build (push) Successful in 45s

This commit is contained in:
mouazkh
2026-05-25 22:50:38 +03:00
parent 427dc74e7f
commit 4988302bc1
2 changed files with 15 additions and 13 deletions

View File

@ -29,10 +29,8 @@ export default function FloatingSidebar({ isRTL, isAdmin }) {
const positionStyle = {
left: '16px',
top: 0,
bottom: 0,
display: 'flex',
alignItems: 'center',
top: '50%',
transform: 'translateY(-50%)',
};
const cardVariants = {
@ -57,7 +55,7 @@ export default function FloatingSidebar({ isRTL, isAdmin }) {
return (
<motion.div
className="fixed z-50 pointer-events-none"
className="fixed z-40 pointer-events-none"
style={positionStyle}
variants={cardVariants}
initial="initial"