mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-19 11:58:41 +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}`,
|
transition: `all ${motionDurationMid}`,
|
||||||
},
|
},
|
||||||
|
|
||||||
'&-zero-width': {
|
[`${antCls}-layout &-zero-width`]: {
|
||||||
'> *': {
|
'> *': {
|
||||||
overflow: 'hidden',
|
overflow: 'hidden',
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user