Answer the question
In order to leave comments, you need to log in
How to make a div full screen with menu items?
In general, the essence is this, I want to make google maps full screen. That is, what would the card container be fixed and occupy the entire screen, but at the same time it was possible to make containers for the menu from the top and left.
Answer the question
In order to leave comments, you need to log in
go to google maps https://www.google.ru/maps and see how they did it
for the container with the map
#content-container {
position: absolute;
bottom: 0;
width: 100%;
z-index: 0;
}
#omnibox {
position: absolute;
left: 0px;
margin: 16px;
top: 0px;
z-index: 10;
}
I recommend using the map as the background of the page. A fairly simple setup is described here Use Google Maps as a Background of your Webpage
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question