Browse Source

[closes #162] btn full screen of tinymce is know always over navbar and menu

Come 8 years ago
parent
commit
df7c98770f
1 changed files with 3 additions and 0 deletions
  1. 3 0
      tracim/tracim/public/assets/css/dashboard.css

+ 3 - 0
tracim/tracim/public/assets/css/dashboard.css View File

@@ -510,3 +510,6 @@ span.info.readonly {
510 510
   text-align: center;
511 511
 }
512 512
 
513
+div.mce-fullscreen {
514
+  z-index: 1030;
515
+}