fix move menu scroll
This commit is contained in:
parent
a3cc5a7a7d
commit
778f11c376
@ -21,6 +21,7 @@
|
||||
}
|
||||
|
||||
.listItem {
|
||||
overflow: hidden;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
padding-right: 2rem;
|
||||
|
||||
@ -5,7 +5,9 @@
|
||||
|
||||
:global(.title) {
|
||||
color: $main-active-font-color;
|
||||
position: absolute;
|
||||
margin-top: -2em;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user