Skip to content

Commit

Permalink
HelpScout: update positioning on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
sohkai committed Sep 10, 2019
1 parent be82271 commit 25199a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/HelpScoutBeacon/HelpScoutBeacon.js
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ const ToggleDialogueButton = React.memo(({ open, onToggle }) => {
${below('medium') &&
`
position: absolute;
top: calc(-${DISC_BUTTON_HEIGHT}px - ${3 * GU}px);
top: calc(-${DISC_BUTTON_HEIGHT}px - ${2 * GU}px);
`}
`}
>
Expand Down

0 comments on commit 25199a2

Please sign in to comment.