mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 20:49:08 +01:00
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:
parent
2e33972631
commit
7e5c0d0579
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user