mirror of
https://github.com/strapi/strapi.git
synced 2025-10-15 10:04:32 +00:00
scrollbar ui
Signed-off-by: Virginie Ky <virginie.ky@gmail.com> Signed-off-by: Bart Duisters <bartduisters@bartduisters.com>
This commit is contained in:
parent
3aa9681de8
commit
dc4408f366
@ -6,7 +6,7 @@ const List = styled.ul`
|
|||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
max-height: 251px;
|
max-height: 251px;
|
||||||
overflow-y: auto;
|
overflow-y: scroll;
|
||||||
li {
|
li {
|
||||||
position: relative;
|
position: relative;
|
||||||
margin-bottom: 2px;
|
margin-bottom: 2px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user