mirror of
https://github.com/formbricks/formbricks.git
synced 2026-04-19 11:11:05 -05:00
fixed extra card visible issue
This commit is contained in:
@@ -48,11 +48,6 @@ export const StackedCard = ({
|
||||
};
|
||||
|
||||
const calculateCardTransform = useMemo(() => {
|
||||
if (offset > 2)
|
||||
return () => {
|
||||
return `opacity(0)`;
|
||||
};
|
||||
|
||||
let rotationCoefficient = 3;
|
||||
if (cardWidth >= 1000) {
|
||||
rotationCoefficient = 1.5;
|
||||
|
||||
Reference in New Issue
Block a user