Would like to get a Laravel layout that has Bootstrap 4.1 with navbar and full width + (remaining) height Google map.
Tried using the structure of Bootstrap 4.1
example from: Bootstrap 4 Navbar and content fill height flexbox
But unlike the example, when pasting the code inside the <body>
of a Laravel layout I don't get a navbar + full yellow page. Only the text-lines are yellow.
What is the cleanest way to get navbar + full width+height div (that I plan to use for a Google Map)?