Change z-index of listbox

This commit is contained in:
Tom Southall
2022-03-09 12:40:14 +00:00
parent 8531fd41ee
commit 408e4140e1

View File

@@ -1,7 +1,7 @@
const styles = { const styles = {
listbox: { listbox: {
position: 'absolute', position: 'absolute',
zIndex: 100 zIndex: 4
} }
} }