side menu fixed

This commit is contained in:
Gaelle Morin 2018-12-08 00:07:13 +01:00
parent 0a9401fd09
commit eb14539580
1 changed files with 2 additions and 2 deletions

View File

@ -8,11 +8,11 @@
// position: relative; // position: relative;
// min-height: 100%; // min-height: 100%;
transition: flex-basis 0.5s ease-in-out; transition: flex-basis 0.5s ease-in-out;
display: flex; display: block;
flex-grow: 0; flex-grow: 0;
flex-shrink: 0; flex-shrink: 0;
flex-basis: 16em; flex-basis: 16em;
overflow: hidden; overflow: auto;
flex-direction: column; flex-direction: column;
font-size: 16px; font-size: 16px;