floating-ui icon indicating copy to clipboard operation
floating-ui copied to clipboard

A JavaScript library to position floating elements and create interactions for them.

Results 112 floating-ui issues
Sort by recently updated
recently updated
newest added

### 🚧 DO NOT MERGE 🚧 Replay.io is the first time travel debugger for the web. This means you can record your playwright tests and debug them after the fact...

If I'm not mistaken, elements that have an overflow hidden (or auto, etc.) should not be taken into account when determining overflow ancestors as the following CSB shows browsers ignore...

Bug

Content in a `` that is opened with [`showModal()`](https://developer.mozilla.org/en-US/docs/Web/API/HTMLDialogElement/showModal) or `showPopUp()` via the [`popup` attribute](https://open-ui.org/components/popup.research.explainer) will not actually have "offsetParents" or "clippingAncestors". How do you think it is best for...

Closes #1811 This exports a new `SafePolygon` component that can be used to block `pointer-events` as the cursor traverses it, a better solution to the current global "holes" strategy due...

This PR should fix the positioning of elements when applying `transform: scale()` to any element or any of its parents. it's based on https://github.com/floating-ui/floating-ui/issues/1594#issuecomment-1086821366 but instead of passing the scale...

Unfortuantely `overscroll-behavior: contain` not coming to Safari until next version. Small window height lets you scroll the body once you hit the end of the Select. Seems like `FloatingOverlay lockScroll`...

Split out from https://github.com/floating-ui/floating-ui/issues/1807 The current global solution for disabling pointer-events is flaky, some issues raised in that linked ticket: > We are still running into issues in automated browser...

Bug
Feature

Hi! Over at [Oddbird](https://www.oddbird.net/) we're working on a polyfill for CSS Anchor Positioning, and are going to use floating-ui to do a significant part of the heavy lifting as it...

I had following API for Dropdown Menu React component in mind and was wondering if there is an easy way to achieve it with **@floating-ui/react-dom-interactions**: ```js Some custom stuff //...

Docs