fix z-index of share-autocomplete
This commit is contained in:
parent
ac94126393
commit
4edf388a38
|
@ -161,6 +161,7 @@ a.showCruds:hover,a.unshare:hover {
|
||||||
max-height:103px;
|
max-height:103px;
|
||||||
overflow-y:auto;
|
overflow-y:auto;
|
||||||
overflow-x:hidden;
|
overflow-x:hidden;
|
||||||
|
z-index: 101 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.notCreatable {
|
.notCreatable {
|
||||||
|
|
Loading…
Reference in New Issue