I have two main sections in the page 1) Topbar 2) Container. The topbar has a fixed height of 50px and the container should have the remaining height.
I tried giving the container height as 100% but its not working correctly as it is making the webpage take 100% + 50px. Hence I am getting a vertical scrollbar which I am trying to avoid.
Here is a fiddle to demonstrate my issue. Please use the full screen view http://www.bootply.com/ov2s9oOVku
How can I solve this issue ?
Update 1
I tried the solution posted in posted here https://stackoverflow.com/a/24979148/5936814 but for some reason its not working for me. Please see this fiddle http://www.bootply.com/9iyQJ7Trw2.