When I scroll down this white bar appears at the top of the screen and it stays there
I have a sticky header that dissapears on the scroll down and appears on scroll up and when at the very top of the screen it its translucent
I have a bottom margin of -110 so the background starts in the header and the header is set to min height 90 px (I think them not being the same is causing issue but if I change either one of these values the previous container does not start at the top)
Here are screenshots
Here is my CSS
.logo img {
max-width: 140px;
height: auto;
transition: all 1s ease;
}
.elementor-sticky--effects .logo img {
max-width: 120px;
height: auto;
}
.scrolling-header {
transition: all .5s ease!important;
}
selector.elementor-sticky--effects{
background-color: rgba(255,255,255)!important
}
selector.elementor-sticky--effects >.elementor-container{
min-height: 90px;
}
.elementor-sticky--effects .logo img {
max-width: 120px;
height: auto;
}
thanks in advance for any help

Share your URL – we need to see the site ourselves to be able to help.