We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cf0eab commit 3805d05Copy full SHA for 3805d05
packages/site-components/src/styles/docs.less
@@ -280,8 +280,8 @@ div[name="DESIGN"] {
280
.tdesign-toc_container {
281
width: 240px;
282
padding-right: 10px;
283
- min-height: 480px;
284
- max-height: ~"min(calc(100vh - 550px), 480px)";
+ max-height: 480px;
+ max-height: ~"min(calc(100vh - 170px), 480px)";
285
overflow: hidden auto;
286
position: absolute;
287
right: 24px;
0 commit comments