Skip to content

Commit 40041aa

Browse files
author
markzegarelli
authored
Merge pull request #1613 from segmentio/DOC-186_feedback-placement
DOC-186 update positioning of feedback box
2 parents e0cfb81 + e5c1360 commit 40041aa

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

js/feedback/index.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,9 @@ export default function() {
3232
const tooltips = tippy(buttons)
3333
const defaultSettings = {
3434
interactive: true,
35-
placement: 'bottom',
36-
boundary: 'viewport',
35+
flip: true,
36+
placement: 'bottom-end',
37+
boundary: '.docs',
3738
trigger: 'manual',
3839
onMount: (tooltip) => {
3940
const sendButton = document.querySelector(SEND_SELECTOR)

0 commit comments

Comments
 (0)