/*
Theme Name:  RD Divi Child
Theme URI:   https://rd.si
Version:     1.0
Description: A child theme of Divi. This is a custom child theme created for our site VPLSoft.
Author:      Grumpy
Author URI:  https://rd.si
Template:    Divi
*/

/*
 * Divi Builder: Text format ostane na vrhu, ne glede na scroll 
 * 
 * NE SPREMINJAJ!
 */

.mce-panel .mce-stack-layout-item.mce-first {
	position: sticky!important;
	top: -60px;
}

/*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: 600px;
}

/*- Add any CSS custom code for this child theme below this line -*/

