At my page i have a navigation bar to the left that is 100% height and 25% width. It is working fine, but when there\'s scroll available, it destroys the background, and mak
if you want the element to take 100% of the screen use min-height: 100vh and if you want it to take 100% of the parent element use min-height: 100%
min-height: 100vh
min-height: 100%