Fix z-index issue with option cells
This commit is contained in:
parent
152d157aaa
commit
adb03cefb2
|
@ -122,6 +122,7 @@
|
||||||
box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.15);
|
box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.15);
|
||||||
max-height: 191px;
|
max-height: 191px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
z-index: 1;
|
||||||
}
|
}
|
||||||
.option {
|
.option {
|
||||||
flex: 0 0 32px;
|
flex: 0 0 32px;
|
||||||
|
|
Loading…
Reference in New Issue