Set the min-height #3497
Unanswered
OnlyOneBDS
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm using AdminLTE v3.1.0-rc and I've added custom header row above the navbar. In doing so, it pushes everything down 97px. My question is how do I set the min-height to the .content-wrapper div?
So far I've tried doing this the following:
var wrapper_height = $(".content-wrapper").height();
$(".content-wrapper").css("min-height", wrapper_height - 97 + 'px');
Also one to note is that this working in v3.0.5 but broke in v3.1.0-rc
Beta Was this translation helpful? Give feedback.
All reactions