Open martinmurciego opened 6 years ago
If I apply the indicated solution of:
<script type="text/javascript">
$(document).ready(function() {
/* Para que el panel blanco area de contenido ocupe todo el contenedor */
//$RIGHT_COL.css({'min-height':"100%"});
$('.right_col').css({'min-height':"100%"});
});
</script>
Even so I can not solve the fact that the buttons are halfway due to the fixed footer.
What should remain in research how to solve is to limit the scroll area.
Hi Martin,
I tried to use your code to simulate the bug, but there are some important files missing, such as your custom css and js.
I created a repository trying to simulate the problem, but it was unsucessful, since the page looks ok. https://github.com/yogmel/gentelella-footer-fixed
Could you please provide more information or provide the repository so we can simulate the bug?
Thank you.
Thank you very much for taking care of my inconvenience. The custom.js and custom.css files I am using. Do not modify them just use styles in the HTML itself. Maybe there are changes from the version I was using which is 1.0.0 - 25.03.2016. I did not think there were many changes but I will try to use both custom files in the current version. And I will comment on my progress. And remember that I try to use almost all fixed: nav, sidebar, and footer. Thank you
Hello, Since this issue is no longer exist, I am closing it.
Thank you.
Since nobody corrects or anything, it closes. I regret having started that project with AdminLTE was more mature and better maintained.
Greetings, I ask you for help because I am configuring styles of this admin template in an application of mine. I see an extra area of 'overflow', then have configured topnav fixed and footer fixed as indicated in their docs: with menu_fixed y footer_fixed. The sidebar was also configured with menu_fixed.
It seems, as if by default, the scroll area was configured in the custom.css to embed topnav and footer and not the area between them.
My HTML Code: