Skip to content

Commit

Permalink
Fix some overlapping issues with the popover and autocomplete elements
Browse files Browse the repository at this point in the history
in the registry
  • Loading branch information
laurenwalker committed May 11, 2016
1 parent 551a3ab commit 73caade
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions metacatui/src/main/webapp/css/metacatui-common.css
Original file line number Diff line number Diff line change
Expand Up @@ -2360,15 +2360,18 @@ input.subtle:focus,
width: 500px;
line-height: 1.4em;
}
.ui-autocomplete-container{
overflow: visible;
}
.input-help-msg{
padding: .5em 0;
}
.progress{
margin-top: 2em;
}
.ui-autocomplete-container.collapse.in{
overflow: visible;
}
#collapseParties .popover{
z-index: 0;
}
/*******************************************
Pager View
******************************************/
Expand Down

0 comments on commit 73caade

Please sign in to comment.