diff --git a/packages/devui/src/Select/Select.tsx b/packages/devui/src/Select/Select.tsx
index 4b59d016..838bde29 100644
--- a/packages/devui/src/Select/Select.tsx
+++ b/packages/devui/src/Select/Select.tsx
@@ -73,6 +73,10 @@ export class Select<
borderColor: props.theme.colors.neutral10,
},
}),
+ menu: (base) => ({
+ ...base,
+ zIndex: 10,
+ }),
}}
/>
);
diff --git a/packages/devui/tests/__snapshots__/Select.test.tsx.snap b/packages/devui/tests/__snapshots__/Select.test.tsx.snap
index 2c2fcecf..9e5b4f37 100644
--- a/packages/devui/tests/__snapshots__/Select.test.tsx.snap
+++ b/packages/devui/tests/__snapshots__/Select.test.tsx.snap
@@ -333,6 +333,7 @@ exports[`Select should select another option 1`] = `
Object {
"container": [Function],
"control": [Function],
+ "menu": [Function],
}
}
theme={[Function]}
@@ -396,6 +397,7 @@ exports[`Select should select another option 1`] = `
Object {
"container": [Function],
"control": [Function],
+ "menu": [Function],
}
}
tabIndex="0"
@@ -493,6 +495,7 @@ exports[`Select should select another option 1`] = `
"styles": Object {
"container": [Function],
"control": [Function],
+ "menu": [Function],
},
"tabIndex": "0",
"tabSelectsValue": true,
@@ -650,6 +653,7 @@ exports[`Select should select another option 1`] = `
"styles": Object {
"container": [Function],
"control": [Function],
+ "menu": [Function],
},
"tabIndex": "0",
"tabSelectsValue": true,
@@ -810,6 +814,7 @@ exports[`Select should select another option 1`] = `
"styles": Object {
"container": [Function],
"control": [Function],
+ "menu": [Function],
},
"tabIndex": "0",
"tabSelectsValue": true,
@@ -968,6 +973,7 @@ exports[`Select should select another option 1`] = `
"styles": Object {
"container": [Function],
"control": [Function],
+ "menu": [Function],
},
"tabIndex": "0",
"tabSelectsValue": true,
@@ -1120,6 +1126,7 @@ exports[`Select should select another option 1`] = `
"styles": Object {
"container": [Function],
"control": [Function],
+ "menu": [Function],
},
"tabIndex": "0",
"tabSelectsValue": true,
@@ -1353,6 +1360,7 @@ exports[`Select should select another option 1`] = `
"styles": Object {
"container": [Function],
"control": [Function],
+ "menu": [Function],
},
"tabIndex": "0",
"tabSelectsValue": true,
@@ -1492,6 +1500,7 @@ exports[`Select should select another option 1`] = `
"styles": Object {
"container": [Function],
"control": [Function],
+ "menu": [Function],
},
"tabIndex": "0",
"tabSelectsValue": true,
@@ -1642,6 +1651,7 @@ exports[`Select should select another option 1`] = `
"styles": Object {
"container": [Function],
"control": [Function],
+ "menu": [Function],
},
"tabIndex": "0",
"tabSelectsValue": true,
@@ -1839,6 +1849,7 @@ exports[`Select should select another option 1`] = `
"styles": Object {
"container": [Function],
"control": [Function],
+ "menu": [Function],
},
"tabIndex": "0",
"tabSelectsValue": true,
@@ -1973,6 +1984,7 @@ exports[`Select should select another option 1`] = `
"styles": Object {
"container": [Function],
"control": [Function],
+ "menu": [Function],
},
"tabIndex": "0",
"tabSelectsValue": true,
@@ -2027,14 +2039,14 @@ exports[`Select should select another option 1`] = `
"position": "absolute",
"top": "100%",
"width": "100%",
- "zIndex": 1,
+ "zIndex": 10,
}
}
onMouseDown={[Function]}
onMouseMove={[Function]}
>
@@ -2133,6 +2145,7 @@ exports[`Select should select another option 1`] = `
"styles": Object {
"container": [Function],
"control": [Function],
+ "menu": [Function],
},
"tabIndex": "0",
"tabSelectsValue": true,
@@ -2293,6 +2306,7 @@ exports[`Select should select another option 1`] = `
"styles": Object {
"container": [Function],
"control": [Function],
+ "menu": [Function],
},
"tabIndex": "0",
"tabSelectsValue": true,
@@ -2489,6 +2503,7 @@ exports[`Select shouldn't find any results 1`] = `
Object {
"container": [Function],
"control": [Function],
+ "menu": [Function],
}
}
theme={[Function]}
@@ -2552,6 +2567,7 @@ exports[`Select shouldn't find any results 1`] = `
Object {
"container": [Function],
"control": [Function],
+ "menu": [Function],
}
}
tabIndex="0"
@@ -2649,6 +2665,7 @@ exports[`Select shouldn't find any results 1`] = `
"styles": Object {
"container": [Function],
"control": [Function],
+ "menu": [Function],
},
"tabIndex": "0",
"tabSelectsValue": true,
@@ -2793,6 +2810,7 @@ exports[`Select shouldn't find any results 1`] = `
"styles": Object {
"container": [Function],
"control": [Function],
+ "menu": [Function],
},
"tabIndex": "0",
"tabSelectsValue": true,
@@ -2953,6 +2971,7 @@ exports[`Select shouldn't find any results 1`] = `
"styles": Object {
"container": [Function],
"control": [Function],
+ "menu": [Function],
},
"tabIndex": "0",
"tabSelectsValue": true,
@@ -3111,6 +3130,7 @@ exports[`Select shouldn't find any results 1`] = `
"styles": Object {
"container": [Function],
"control": [Function],
+ "menu": [Function],
},
"tabIndex": "0",
"tabSelectsValue": true,
@@ -3263,6 +3283,7 @@ exports[`Select shouldn't find any results 1`] = `
"styles": Object {
"container": [Function],
"control": [Function],
+ "menu": [Function],
},
"tabIndex": "0",
"tabSelectsValue": true,
@@ -3496,6 +3517,7 @@ exports[`Select shouldn't find any results 1`] = `
"styles": Object {
"container": [Function],
"control": [Function],
+ "menu": [Function],
},
"tabIndex": "0",
"tabSelectsValue": true,
@@ -3635,6 +3657,7 @@ exports[`Select shouldn't find any results 1`] = `
"styles": Object {
"container": [Function],
"control": [Function],
+ "menu": [Function],
},
"tabIndex": "0",
"tabSelectsValue": true,
@@ -3785,6 +3808,7 @@ exports[`Select shouldn't find any results 1`] = `
"styles": Object {
"container": [Function],
"control": [Function],
+ "menu": [Function],
},
"tabIndex": "0",
"tabSelectsValue": true,
@@ -3982,6 +4006,7 @@ exports[`Select shouldn't find any results 1`] = `
"styles": Object {
"container": [Function],
"control": [Function],
+ "menu": [Function],
},
"tabIndex": "0",
"tabSelectsValue": true,
@@ -4116,6 +4141,7 @@ exports[`Select shouldn't find any results 1`] = `
"styles": Object {
"container": [Function],
"control": [Function],
+ "menu": [Function],
},
"tabIndex": "0",
"tabSelectsValue": true,
@@ -4170,14 +4196,14 @@ exports[`Select shouldn't find any results 1`] = `
"position": "absolute",
"top": "100%",
"width": "100%",
- "zIndex": 1,
+ "zIndex": 10,
}
}
onMouseDown={[Function]}
onMouseMove={[Function]}
>
@@ -4270,6 +4296,7 @@ exports[`Select shouldn't find any results 1`] = `
"styles": Object {
"container": [Function],
"control": [Function],
+ "menu": [Function],
},
"tabIndex": "0",
"tabSelectsValue": true,
@@ -4409,6 +4436,7 @@ exports[`Select shouldn't find any results 1`] = `
"styles": Object {
"container": [Function],
"control": [Function],
+ "menu": [Function],
},
"tabIndex": "0",
"tabSelectsValue": true,
diff --git a/packages/redux-devtools-inspector-monitor-test-tab/src/index.tsx b/packages/redux-devtools-inspector-monitor-test-tab/src/index.tsx
index 8cf7ca5d..20a82d3f 100644
--- a/packages/redux-devtools-inspector-monitor-test-tab/src/index.tsx
+++ b/packages/redux-devtools-inspector-monitor-test-tab/src/index.tsx
@@ -128,7 +128,7 @@ export default class TestTab
> extends Component<
return (
-