The scrollbar does not appear in the popup

1
If there is too much content in the popup (for example, a very long form), it is cut off by the popup borders and the scroll bar does not appear. The scrollbar only appears if I start zooming the popup by dragging the corner. After a few experiments, I realized that if you set the popup height in pixels, the scrollbar appears, but is it possible to make the scrollbar appear automatically if there is too much content in the popup, without having to set the height in pixels?
asked
2 answers
7

In pop up lay out you can try scroll Container. Scroll container will provide us scroll bar.

Hope this information will help you.

answered
10

Hi Maxim Velichkin,

You can use the Atlas core modal popup layout and place your action buttons inside the data view footer.

answered