Tippyjs: Can we force tippy to always be on top, even if it goes beyond viewport edge (no flip)?

Created on 15 Jun 2020  路  1Comment  路  Source: atomiks/tippyjs

https://github.com/atomiks/tippyjs/issues/308

flip: false; not working for tippy 6

Most helpful comment

popperOptions: {
  modifiers: [
    {name: 'flip', enabled: false}
  ]
}

>All comments

popperOptions: {
  modifiers: [
    {name: 'flip', enabled: false}
  ]
}
Was this page helpful?
0 / 5 - 0 ratings