Popup With Scrollbar - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Popup With Scrollbar

D

Dagmar

SP Page Builder 2 years ago

Hello, we would like to position a longer text in a modal. Unfortunately the modal has no scrollbars, so the text is not completely readable. How can we display a vertical scrollbar on the right. Thank you very much. Dagmar

0
1 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #132669

Hi Dagmar,

I guess that we are talking about modal addon, right? Indeed, by default it's not possible.

But you can:

  1. Use shorter text with link "read more" to separate subpage.
  2. Use Custom CSS to correct that:
.white-popup-block {
  overflow-y: scroll;}
0