From eb14539580a20fc534971a9d62c023a444630e6a Mon Sep 17 00:00:00 2001 From: Gaelle Morin Date: Sat, 8 Dec 2018 00:07:13 +0100 Subject: [PATCH] side menu fixed --- src/styles/menu.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/menu.scss b/src/styles/menu.scss index 8408fdf..cf49613 100644 --- a/src/styles/menu.scss +++ b/src/styles/menu.scss @@ -8,11 +8,11 @@ // position: relative; // min-height: 100%; transition: flex-basis 0.5s ease-in-out; - display: flex; + display: block; flex-grow: 0; flex-shrink: 0; flex-basis: 16em; - overflow: hidden; + overflow: auto; flex-direction: column; font-size: 16px;