fix move menu scroll
This commit is contained in:
parent
a3cc5a7a7d
commit
778f11c376
@ -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;
|
||||||
|
|||||||
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user