mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-18 19:39:51 +08:00
fix(layout): enhance Sider zero-width-trigger selector specificity (#51936)
This commit is contained in:
parent
0c76dd7958
commit
a5dc4069b1
@ -69,7 +69,7 @@ const genSiderStyle: GenerateStyle<LayoutToken, CSSObject> = (token) => {
|
||||
transition: `all ${motionDurationMid}`,
|
||||
},
|
||||
|
||||
'&-zero-width': {
|
||||
[`${antCls}-layout &-zero-width`]: {
|
||||
'> *': {
|
||||
overflow: 'hidden',
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user