Skip to content

Commit

Permalink
Plugin: ExtraMenuFromWebservice: Fix missing z-index- refs BT#20442
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoDucou committed Mar 22, 2023
1 parent a45ef72 commit 0ffc7c2
Showing 1 changed file with 4 additions and 1 deletion.
Expand Up @@ -100,6 +100,9 @@
#date_alt_text {
z-index: 0; !important;
}
#frm_tag_list_text {
z-index: 0; !important;
}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
z-index: 0; !important;
}
}

0 comments on commit 0ffc7c2

Please sign in to comment.