9 lines
194 B
CSS
9 lines
194 B
CSS
/* Elementor editor */
|
|
#main {
|
|
z-index: 999;
|
|
}
|
|
|
|
/* Hide the transparent heade in the Elementor edit mode to avoid conflicts */
|
|
body.has-transparent-header #site-header {
|
|
display: none;
|
|
} |