mirror of
https://github.com/strapi/strapi.git
synced 2025-08-13 19:27:34 +00:00
Merge pull request #5042 from strapi/webhooks/leftmenu-scrollbar
Helper-plugin Leftmenu scrollbar
This commit is contained in:
commit
b4a04724cd
@ -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: scroll;
|
overflow-y: auto;
|
||||||
li {
|
li {
|
||||||
position: relative;
|
position: relative;
|
||||||
margin-bottom: 2px;
|
margin-bottom: 2px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user