bug fix menu on smaller screens

Este commit está contenido en:
Diogo Peralta Cordeiro 2021-03-31 13:38:44 +01:00
padre 4ea50ebc39
commit f825916f11
Se han modificado 1 ficheros con 2 adiciones y 0 borrados

Ver fichero

@ -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. */