Skip to content

Commit

Permalink
MDL-39355: Set tooltip zindex for bootstrap theme
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed Apr 30, 2013
1 parent 7a286a0 commit b72d78d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions theme/bootstrapbase/less/moodle/core.less
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -1497,6 +1497,11 @@ audio.mediaplugin_html5audio {
.moodle-dialogue .tooltiptext { .moodle-dialogue .tooltiptext {
max-height: 300px; max-height: 300px;
} }

+.moodle-dialogue-base .moodle-dialogue.moodle-dialogue-tooltip {
z-index: 3001;
}

/* Question Bank - Question Chooser "Close" button */ /* Question Bank - Question Chooser "Close" button */
#page-question-edit.dir-rtl a.container-close { #page-question-edit.dir-rtl a.container-close {
right: auto; right: auto;
Expand Down
2 changes: 1 addition & 1 deletion theme/bootstrapbase/style/moodle.css

Large diffs are not rendered by default.

0 comments on commit b72d78d

Please sign in to comment.