This repository has been archived on 2019-10-13. You can view files and clone it, but cannot push or open issues or pull requests.

47 lines
774 B
CSS

#food-nav {
padding-top: 0;
padding-bottom: 0;
}
#food-nav .container, #food-nav .container .nav-link {
height: 100%;
}
.jump-up-menu {
position: fixed;
margin-bottom: 50px;
bottom: 0;
right: 0;
background: white;
display: none;
border: 1px solid #343a40;
border-top-left-radius: 3px;
}
#category-jump-up:hover .jump-up-menu, .jump-up-menu:hover {
display: block;
}
.jump-up-elem {
padding: 5px;
margin-bottom: 0;
border-bottom: 1px solid #343a40;
}
.jump-up-elem:hover {
background-color: #cfcfcf;
}
footer {
/*mb equal height in #food-nav*/
margin-bottom: 50px;
}
/** Sticky Bottom Nav **/
#food-nav {
z-index: 5000;
bottom: 0;
position: fixed;
width: 100%;
height: 50px;
}