mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-31 21:37:16 +00:00
sticky header for mobile
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
}
|
||||
|
||||
h1 {
|
||||
margin-top: 2rem;
|
||||
margin-top: $topbar-height;
|
||||
|
||||
@media all and (min-width: 768px) {
|
||||
margin-top: 10rem;
|
||||
|
||||
@@ -140,6 +140,10 @@ nav.top-bar {
|
||||
|
||||
.tab-bar {
|
||||
background-color: white;
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
height: 2.8em;
|
||||
z-index: 1;
|
||||
|
||||
.cart-span {
|
||||
background-color: #f4704c;
|
||||
@@ -173,7 +177,6 @@ nav.top-bar {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.off-canvas-list li.language-switcher ul li {
|
||||
list-style-type: none;
|
||||
padding-left: 0.5em;
|
||||
|
||||
Reference in New Issue
Block a user