Fix ancient display bug where the order cycle selection popover shows over the top of the floating navigtion bar

This commit is contained in:
Matt-Yorkley
2020-01-08 14:14:06 +01:00
parent e7d88f0df9
commit e658893e70

View File

@@ -19,6 +19,10 @@ ordercycle {
margin: 0;
font-weight: 700;
}
@media all and (max-width: 768px) {
z-index: 10;
}
}
}