Base solution for your next web application
Open Closed

Page min height #3389


User avatar
0
fourier created

I always have a scrollbar on my pages even if the content is small. Inspecting I see this:

element.style {
    min-height: 899px;
}

It overrides this min-height:

@media (min-width: 992px)
css?v=t3GgydK6t…i8Bfb8c1:26080
.page-content-wrapper .page-content {
    margin-left: 235px;
    margin-top: 0px;
    min-height: 600px;
    padding: 10px 0 0 20px;
}

I cannot find this in the css. Can you please have a look and tell me where I can change this?


5 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    It is calculated by metronic here <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero/blob/master/src/MyCompanyName.AbpZeroTemplate.Web/metronic/assets/admin/layout/scripts/layout.js#L19">https://github.com/aspnetzero/aspnet-ze ... out.js#L19</a>.

    We don't want to change this but we can make a fix request to Metronic if you like.

    Thanks.

  • User Avatar
    0
    fourier created

    Yes please.

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    Request is sent to metronic. Probably it will be in the next release.

    Thanks.

  • User Avatar
    0
    fourier created

    Hi, was this updated?

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @fourier,

    It seems like this issue is not fixed. Can you create an issue here <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero-core/">https://github.com/aspnetzero/aspnet-zero-core/</a> ? We will work on that for the next releases.