Hi,
I’m trying to put my terms and conditions in a scrollable lightbox (the content does not fit within the lightbox boundaries). I’ve tried applying CSS to the textbox, and also the lightbox itself, and also the page body. Nothing is working.
I have tried:
.box-scroll {
overflow:‘scroll’;
}
< /style>
and also:
< script>
document.body.style.overflow = ‘scroll’;
< /script>
(Added spaces in the script tags so that it would show up as plain text)
Please help! I don’t have good knowledge of coding, and I can’t find anything on the Unbounce forums.