mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 09:26:06 +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': {
|
'&::after': {
|
||||||
display: 'block',
|
display: 'block',
|
||||||
height: token.calc('100%').sub(timeCellHeight).equal(),
|
height: `calc(100% - ${unit(timeCellHeight)})`,
|
||||||
content: '""',
|
content: '""',
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user