Hi,
i have a strange thing going on in a tab element. I put a video in there and if i view the page, i get a scrollbar at this tab element which disappears from alone after a few seconds.
Any ideas about that?
Thanks Simon
Hi,
Can you post the link to the page please?
Regards,
Josue
Hey!
Try adding this code to the Quick CSS:
.tab_content {
overflow: hidden !important;
}
Cheers!
Josue
Thanks Josue!