MT#5145 put tooltips on top

gjungwirth/fix_tests
Gerhard Jungwirth 12 years ago
parent b909a980c1
commit 48e0b55cd0

@ -42,6 +42,7 @@ div.ngcp-modal .help-inline {
.tooltip { .tooltip {
/* make sure to put the tooltip over the modal */ /* make sure to put the tooltip over the modal */
z-index: 2000 !important; z-index: 2000 !important;
position: fixed !important;
} }
div.ui-datepicker { div.ui-datepicker {

Loading…
Cancel
Save