File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
components/layout/__tests__/__snapshots__ Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ exports[`renders ./components/layout/demo/fixed.md correctly 1`] = `
92
92
93
93
exports [` renders ./components/layout/demo/fixed-sider.md correctly 1` ] = `
94
94
<div class = " ant-layout" id = " components-layout-demo-fixed-sider" >
95
- <div class = " ant-layout-sider" style = " max-width: 200px; min-width: 200px; width: 200px; overflow: auto; position: fixed; left: 0px;" >
95
+ <div class = " ant-layout-sider" style = " max-width: 200px; min-width: 200px; width: 200px; overflow: auto; height: 100vh; position: fixed; left: 0px;" >
96
96
<div class = " ant-layout-sider-children" >
97
97
<div class = " logo" ></div >
98
98
<ul class = " ant-menu ant-menu-root ant-menu-inline ant-menu-dark" role = " menu" aria-activedescendant = " " tabindex = " 0" >
You can’t perform that action at this time.
0 commit comments