bug fix menu on smaller screens

This commit is contained in:
Diogo Peralta Cordeiro 2021-03-31 13:38:44 +01:00
parent 4ea50ebc39
commit f825916f11
1 changed files with 2 additions and 0 deletions

View File

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