mirror of
https://github.com/wahyd4/ant-design.git
synced 2026-08-09 04:46:52 +10:00
fix firefox Layout.Sider can't collapse to zero width (#5833)
This commit is contained in:
@@ -41,6 +41,8 @@
|
||||
transition: all .3s @ease-out;
|
||||
position: relative;
|
||||
background: @layout-sider-background;
|
||||
/* fix firefox can't set width smaller than content on flex item */
|
||||
min-width: 0;
|
||||
|
||||
&-has-trigger {
|
||||
padding-bottom: @layout-trigger-height;
|
||||
|
||||
Reference in New Issue
Block a user