creativetimofficial / ct-material-dashboard-pro

Material Dashboard Pro - Premium Bootstrap 5 Admin
https://demos.creative-tim.com/material-dashboard-pro/pages/dashboards/analytics
116 stars 28 forks source link

Page Examples - Using longer content breaks the layout #246

Closed multiuniversal closed 5 years ago

multiuniversal commented 5 years ago

Prerequisites

Please answer the following questions for yourself before submitting an issue.

Expected Behavior

On Material Dashboard Pro (BS4) examples - I would expect the page to look good if I add more content to it.

Current Behavior

The content goes on top of the top navigation and background image stops repeating after scrolling down. See attached screenshots.

Context

Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.

Failure Logs

CT-FailBottom CT-FailTop

groovemen commented 5 years ago

Hello @multiuniversal,

Thank you for using our products, here is a quick solution to this problem that you encountered; by setting the following properties to .card-signup

    height: 70vh;
    overflow: scroll;

Hope that information helps you. Please let us know if we can help you with anything else.

All the best, Stefan

multiuniversal commented 5 years ago

Thanks, it would be good to be able to do proper content pages for example in the pricing page I want to do an overview of features side by side so people can compare, this requires a lot more space and scrolling, which is not doable through any of the example templates.

Hope you guys can add an example that works for regular content pages.

groovemen commented 5 years ago

Hello again,

I will talk with my colleagues to propose this idea and we will prepare for the next update a page that fits your requirements. We created these pages to fit the screen, by having 100vh height.

Cheers, Stefan