I am facing an issue with a single page layout where I have a centrally positioned card containing a form and text. Once the form is submitted, a list is displayed. However, sometimes the list is lengthy causing the card to cut off at the top with no scroll option. I have tried adjusting using padding-top but am struggling to find a solution that doesn't affect the width based on the screen size.
Here is the CSS snippet:
html,
body {
height: 100%;
}
.container,
.row.justify-content-center.align-items-center {
height: 100%;
min-height: 100%;
}
For a full example, you can check this link: http://jsbin.com/madigarixu/edit?html,css,output