NIHVIVO-2750: Fixed: Now drop-down for user menu placed above search input field
This commit is contained in:
parent
82a60607c7
commit
afe7317d9b
2 changed files with 8 additions and 0 deletions
|
@ -18,6 +18,10 @@
|
|||
*display: inline !important;
|
||||
*vertical-align: top !important;
|
||||
}
|
||||
/* Fix for dropdown user menu */
|
||||
ul.dropdown {
|
||||
z-index: 9999;
|
||||
}
|
||||
/* Fix for photo upload */
|
||||
#photoUploadForm input.submit,
|
||||
#photoUploadForm input.submit:visited,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue