/*
Theme Name: Hello Elementor Child
Description: Child theme of Hello Elementor theme
Author: Your Name
Template: hello-elementor
Version: 1.0.0
*/

/* 
 * Add your custom styles here
 * This file will be loaded after the parent theme styles
 */

/* Your custom styles from the original file can go here if needed for frontend */
/* The admin styles should go in a separate admin-style.css file */


.edit-post-meta-boxes-main {
  
    overflow: visible;
    max-height: inherit !important;
    height: inherit !important;
}

.interface-interface-skeleton__content {
   display: block !important; 
    
    overflow: visible!important; 
   
}