Creating a Dashboard with Bootstrap 4.1
I'm attempting to design a dashboard using Bootstrap 4.1. However, when I resize my browser window to a smaller view, the divs are not stacking on top of each other as expected. I've tried adjusting the placement of <div class="container">
, but it doesn't seem to have any effect.
If you run the code snippet, you may notice them stacked but overlapping. Alternatively, you can view a screenshot of the overlap issue here: Overlapping IMGUR
Here's how it appears on large and medium screens for comparison: Not Overlapping IMGUR
Could the problem be related to the height settings? It seems like the elements are not respecting the specified 100px height when in a larger screen width.