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;