Skip to content

Commit 3de89d0

Browse files
committed
fix(FloatingCTA): raise floating cta's bottom position
this is due to a collision happening in production where the cookies panel is added by v18
1 parent d8c8a6a commit 3de89d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

views/FloatingCta.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { StyleSheet, css } from 'aphrodite/no-important';
55
const styles = StyleSheet.create({
66
container: {
77
position: 'fixed',
8-
bottom: '2rem',
8+
bottom: '4rem',
99
right: '2rem',
1010
paddingRight: '3em',
1111
paddingLeft: '3em',

0 commit comments

Comments
 (0)