Hi, the header i have two container, one container with possibility stick header and one container with possibility motion effects, sticky, top. When I use the off canvas feature, in the first container, the elements from the off canvas are above it. In the second, however, they are visible from behind. I am sending you a relevant photo.
I have given the following setting in the css.
[data-elementor-type=”header”] {
position: relative;
z-index: 10000;
}
.etheme-elementor-off-canvas .etheme-elementor-off-canvas__main {
z-index: 10001;
}