Check the screenshot attached. That area is being used for different scenarios like: modals, navbars, etc.
If you plan to add it, you need to improve your positions, for example this modal have these css properties:
bottom: 0; position: fixed
So if you are showing the address bar, you need to improve your position: 0 ABOVE the address bar, not behind it.