We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16b2ca3 commit f157298Copy full SHA for f157298
components/layout/__tests__/__snapshots__/demo.test.js.snap
@@ -92,7 +92,7 @@ exports[`renders ./components/layout/demo/fixed.md correctly 1`] = `
92
93
exports[`renders ./components/layout/demo/fixed-sider.md correctly 1`] = `
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;">
+ <div class="ant-layout-sider" style="max-width: 200px; min-width: 200px; width: 200px; overflow: auto; height: 100vh; position: fixed; left: 0px;">
96
<div class="ant-layout-sider-children">
97
<div class="logo"></div>
98
<ul class="ant-menu ant-menu-root ant-menu-inline ant-menu-dark" role="menu" aria-activedescendant="" tabindex="0">
0 commit comments