balmet.com

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

wysiwyg.css (280B)


      1 .rwmb-field .mceIframeContainer {
      2 	background: #fff;
      3 }
      4 .rwmb-wysiwyg-clone {
      5 	padding-top: 20px;
      6 }
      7 
      8 /* Fix style for Gutenberg */
      9 .block-editor .wp-editor-wrap {
     10 	box-sizing: content-box;
     11 }
     12 
     13 /* Fix fullscreen mode still shows admin menu */
     14 div.mce-fullscreen {
     15 	z-index: 999999;
     16 }