fix move menu scroll

This commit is contained in:
Jeff Colombo 2019-03-09 21:52:49 -05:00
parent a3cc5a7a7d
commit 778f11c376
2 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,7 @@
} }
.listItem { .listItem {
overflow: hidden;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
padding-right: 2rem; padding-right: 2rem;

View File

@ -5,7 +5,9 @@
:global(.title) { :global(.title) {
color: $main-active-font-color; color: $main-active-font-color;
position: absolute;
margin-top: -2em; margin-top: -2em;
margin-bottom: 0;
} }
} }