Skip to content

Commit

Permalink
fix(FloatingCTA): raise floating cta's bottom position
Browse files Browse the repository at this point in the history
this is due to a collision happening in production where the cookies panel is added by v18
  • Loading branch information
jeff-arn committed Jun 19, 2019
1 parent d8c8a6a commit 3de89d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/FloatingCta.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { StyleSheet, css } from 'aphrodite/no-important';
const styles = StyleSheet.create({
container: {
position: 'fixed',
bottom: '2rem',
bottom: '4rem',
right: '2rem',
paddingRight: '3em',
paddingLeft: '3em',
Expand Down

0 comments on commit 3de89d0

Please sign in to comment.