bug fix menu on smaller screens

这个提交包含在:
Diogo Peralta Cordeiro 2021-03-31 13:38:44 +01:00
父节点 4ea50ebc39
当前提交 f825916f11
共有 1 个文件被更改,包括 2 次插入0 次删除

查看文件

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