From what I\'ve seen in other answers, CSS viewport units can\'t be used in calc() statements yet. What I would like to achieve is the following statement:
calc()
It's working fine..... div { height: calc(100vh - 8vw); background: #000; overflow:visible; color: red; }
Check here this css code right now support All browser without Opera
just check this
Live
see Live preview by jsfiddle
See Live preview by codepen.io