mirror of
https://github.com/strapi/strapi.git
synced 2025-11-08 22:32:02 +00:00
Users permissions search list overflow
This commit is contained in:
parent
ee65a6a05a
commit
22b8ab0bff
@ -67,7 +67,7 @@ const Addon = styled.div`
|
|||||||
|
|
||||||
const List = styled.div`
|
const List = styled.div`
|
||||||
height: 16.3rem;
|
height: 16.3rem;
|
||||||
overflow: scroll;
|
overflow-y: auto;
|
||||||
border: 1px solid #e3e9f3;
|
border: 1px solid #e3e9f3;
|
||||||
border-top-left-radius: 0 !important;
|
border-top-left-radius: 0 !important;
|
||||||
border-top-right-radius: 0 !important;
|
border-top-right-radius: 0 !important;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user