mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 07:45:18 +00:00
style: list block overflowY (#4822)
This commit is contained in:
parent
3da0fcf3dd
commit
5fa0c6a10f
@ -77,7 +77,7 @@ const InternalList = (props) => {
|
||||
css`
|
||||
.nb-list-container {
|
||||
height: ${height ? height + 'px' : '100%'};
|
||||
overflow-y: auto;
|
||||
overflow-y: ${height ? 'auto' : null};
|
||||
margin-left: -${token.marginLG}px;
|
||||
margin-right: -${token.marginLG}px;
|
||||
padding-left: ${token.marginLG}px;
|
||||
|
Loading…
Reference in New Issue
Block a user