html,body,svg { height:100% }
by Darko
HTML
<!-- Learn about this code on MDN: https://developer.mozilla.org/en-US/docs/Web/SVG/Element/rect -->
<svg width="3" height="50" xmlns="http://www.w3.org/2000/svg">
<rect x="0" y="0" width="5" height="60" fill="rgb(190, 158, 33)" stroke="none" />
</svg>
CSS
html,body,svg { height:100% }