/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Feb 12 2026 | 07:59:43 */
html, body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}

#page-container {
    flex: 1;
    display: flex;
    flex-direction: column;
}

#et-main-area {
    flex: 1;
}
#page-container {
    overflow-y: visible !important;
}

	#main-content{  
		height: calc(100% - 54px);
	}