#burger-menu {
    position: fixed;
    height: 100vh;
    width: 100vw;
    background: #00000099;
}

#bottom-nav-bar {
    position: fixed;
    bottom: 0;
    width: 100vw;
}

#mobile-content-pane {
    margin-bottom: 90px;
}
