MDL-42748 Theme: Add back missing overflow on help tooltips
This commit is contained in:
@@ -1135,6 +1135,9 @@ sup {vertical-align: super;}
|
||||
.moodle-dialogue-base .moodle-dialogue.moodle-dialogue-tooltip {
|
||||
z-index: 3001;
|
||||
}
|
||||
.moodle-dialogue-base .moodle-dialogue.moodle-dialogue-tooltip .moodle-dialogue-bd {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
/* Question Bank - Question Chooser "Close" button */
|
||||
#page-question-edit.dir-rtl a.container-close {right:auto;left:6px;}
|
||||
|
||||
@@ -1617,6 +1617,10 @@ body#page-lib-editor-tinymce-plugins-moodlemedia-preview {
|
||||
|
||||
.moodle-dialogue-base .moodle-dialogue.moodle-dialogue-tooltip {
|
||||
z-index: 3001;
|
||||
|
||||
.moodle-dialogue-bd {
|
||||
overflow: auto;
|
||||
}
|
||||
}
|
||||
|
||||
/* Question Bank - Question Chooser "Close" button */
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user