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
All checks were successful
Build frontend / build (push) Successful in 45s
This commit is contained in:
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user