mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-30 11:08:45 +08:00
docs: Optimize demo (#41423)
This commit is contained in:
parent
a41fba22c5
commit
5d514fe1ab
@ -5079,6 +5079,9 @@ Array [
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div
|
||||
style="position: absolute; top: 0px; left: 0px; width: 100%;"
|
||||
/>
|
||||
</li>
|
||||
<li
|
||||
class="ant-menu-item ant-menu-item-only-child"
|
||||
|
@ -63,6 +63,7 @@ const App: React.FC = () => {
|
||||
mode="vertical"
|
||||
theme="dark"
|
||||
items={items}
|
||||
getPopupContainer={(node) => node.parentNode as HTMLElement}
|
||||
/>
|
||||
</>
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user