Fix issue where form controls appear above sticky headers (#11254)

This commit is contained in:
DS Boyce
2026-07-24 10:40:16 -07:00
committed by GitHub
parent 74a89832a3
commit 549e3d7a7d
+2
View File
@@ -95,6 +95,8 @@ export function Root({children, isInvalid = false, style}: RootProps) {
a.relative,
a.w_full,
a.px_md,
// Contain the input's z-index so it cannot paint over nearby overlays.
{zIndex: 0},
style,
]}
{...web({