C
C
Canis_Lupus2020-05-09 18:14:04
JavaScript
Canis_Lupus, 2020-05-09 18:14:04

How to make a popup window with a scroll?

There is a code - https://codepen.io/w0leg/pen/NWGMGQV

Please tell me how to make the popup scroll, not the background?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
Emran Begov, 2020-05-09
@Canis_Lupus

Add these two properties to the .cd-popup-container class

max-height: 500px;
overflow-Y: auto;

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question