4
0
Fork 1

bug fix menu on smaller screens

Dieser Commit ist enthalten in:
Diogo Peralta Cordeiro 2021-03-31 13:38:44 +01:00
Ursprung 4ea50ebc39
Commit f825916f11
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen

Datei anzeigen

@ -107,6 +107,8 @@ a.pure-button-primary {
background: #fcfbfa;
}
.pure-menu.pure-menu-fixed {
/* Horizontal scroll when overflows */
overflow-x: auto;
/* Fixed menus normally have a border at the bottom. */
border-bottom: none;
/* I need a higher z-index here because of the scroll-over effect. */