readd removed z-index for searchbox, using a lower value so tooltips still overlay it, fixes searchbox in addressbook is below selectboxes

This commit is contained in:
Ralf Becker 2016-02-26 10:46:00 +00:00
parent 2e33972631
commit 7e5c0d0579

View File

@ -2323,7 +2323,8 @@ td.avatar {
.et2_searchbox {
position: relative;
padding: 0 0 0 0px;
padding: 0;
z-index: 10;
}
.et2_searchbox .flex.overlay input {
position: absolute;