Replies: 1 comment 1 reply
-
I wonder if we can do this without breaking back compat |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
data-grid-overlay-editor
attach itself tobody
if noportalElement
is given and wrap itself in a div withposition: fixed; left: 0; top: 0; z-index: 9999;
, instead of erroring out and not rendering.glide-data-grid/packages/core/src/data-grid-overlay-editor/data-grid-overlay-editor.tsx
Lines 167 to 193 in e62d735
Inspiration taken from
radix/primitive
:https://github.com/radix-ui/primitives/blob/4dd90f1d38482e66cf4fd2970885d99a8fb3391c/packages/react/portal/src/Portal.tsx#L22-L65
Beta Was this translation helpful? Give feedback.
All reactions