Merge pull request #2483 from kccsf/U4-4441

U4-4441 Fix: TinyMCE overlay was showing in front of login overlay
This commit is contained in:
Sebastiaan Janssen
2018-08-26 21:01:58 +02:00
committed by GitHub

View File

@@ -5,7 +5,7 @@
width: 100%;
height: 100%;
position: absolute;
z-index: 10000;
z-index: 65537;
top: 0;
left: 0;
margin: 0 !important;