Hello
I have a view with a Sub Header and a Footer and I want to hide the bars under certain circumstances using ng-hide
.
Unfortunately the hidden objects leave white gaps behind, even with CSS display: none;
How can I hide them without the empty space?
I’ve made an example in CodePen.
Thanks for your help!