/*
 Theme Name:     TGS Turku Child
 Description:    TGS Turku Child Theme
 Author:         TGS Turku
 Author URI:     https://tgsturku.fi
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

/*increase the height of the Divi inner field settings modal*/
.et-fb-field-settings-modal {
  max-height: 500px!important;
}

/*Increase The Default Height Of The Text (HTML) Tab In The Divi Builder*/
.et-db #et-boc .et-l .et-fb-option--tiny-mce .et-fb-tinymce-html-input {
	height: 400px;
}



/* toolbar sticky au scroll */
.mce-tinymce .mce-top-part {
	position: sticky !important;
	top: -60px !important;
	z-index: 2;
}
