Browse Source

bug fix menu on smaller screens

master
parent
commit
f825916f11
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      styles.css

+ 2
- 0
styles.css View File

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


Loading…
Cancel
Save