mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-27 12:39:49 +08:00
fix: TimePanel not scrollable (#51481)
This commit is contained in:
parent
eb219058c1
commit
718609102b
@ -570,7 +570,7 @@ export const genPanelStyle = (token: SharedPickerToken): CSSObject => {
|
||||
|
||||
'&::after': {
|
||||
display: 'block',
|
||||
height: token.calc('100%').sub(timeCellHeight).equal(),
|
||||
height: `calc(100% - ${unit(timeCellHeight)})`,
|
||||
content: '""',
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user