Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
b8628d65
Commit
b8628d65
authored
Oct 25, 2016
by
Robert Lyon
Committed by
Gerrit Code Review
Oct 25, 2016
Browse files
Merge "Bug 1631807 - Fix display issue on IE11 when tinyMce is on fullscreen mode"
parents
1d7eb90a
33ecbec0
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/theme/raw/sass/lib/_tinymce.scss
View file @
b8628d65
...
...
@@ -22,6 +22,15 @@
}
}
// Ensure that when tinyMce is displayed correctly on IE11
// When it is on fullscreen mode
.mce-fullscreen
{
.modal-docked
.modal-body
,
.page-modal
.modal-body
{
overflow
:
visible
;
}
}
.mce-fullscreen.mce-tinymce
{
z-index
:
$zindex-tooltip
+
10
;
// needs to be above all bootstrap components
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment