Double scroll bar

hey. i have a double scroll bar in my website, where basically every iframe has its own scroll bar, and then there is the page scroll bar. how do i remove this iframe scroll bar? i want just one scroll bar

Hi there

Try this css code:

section, footer {
overflow: hidden !important;
}

Add it in the appearance > customize > additionall css