MDL-39355: Set tooltip zindex for bootstrap theme

This commit is contained in:
Andrew Nicols 2013-04-30 08:45:53 +01:00
parent 7a286a0d6d
commit b72d78d847
2 changed files with 6 additions and 1 deletions

View File

@ -1497,6 +1497,11 @@ audio.mediaplugin_html5audio {
.moodle-dialogue .tooltiptext {
max-height: 300px;
}
+.moodle-dialogue-base .moodle-dialogue.moodle-dialogue-tooltip {
z-index: 3001;
}
/* Question Bank - Question Chooser "Close" button */
#page-question-edit.dir-rtl a.container-close {
right: auto;

File diff suppressed because one or more lines are too long