Fix issue where form controls appear above sticky headers (#11254)
This commit is contained in:
@@ -96,6 +96,8 @@ export function Root({children, isInvalid = false, style}: RootProps) {
|
|||||||
a.relative,
|
a.relative,
|
||||||
a.w_full,
|
a.w_full,
|
||||||
a.px_md,
|
a.px_md,
|
||||||
|
// Contain the input's z-index so it cannot paint over nearby overlays.
|
||||||
|
{zIndex: 0},
|
||||||
style,
|
style,
|
||||||
]}
|
]}
|
||||||
{...web({
|
{...web({
|
||||||
|
|||||||
Reference in New Issue
Block a user