From f825916f11db284d60950d1e826bd3acfe405b75 Mon Sep 17 00:00:00 2001 From: Diogo Peralta Cordeiro Date: Wed, 31 Mar 2021 13:38:44 +0100 Subject: [PATCH] bug fix menu on smaller screens --- styles.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/styles.css b/styles.css index 75e7ffc..76bbe58 100644 --- a/styles.css +++ b/styles.css @@ -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. */