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)
-
0
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.
-
0
Yes please.
-
0
Hi,
Request is sent to metronic. Probably it will be in the next release.
Thanks.
-
0
Hi, was this updated?
-
0
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.