mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 09:26:06 +08:00
site: fix anchor height (#40069)
This commit is contained in:
parent
5f89ea4e17
commit
398d3e6937
@ -61,7 +61,7 @@ const useStyle = () => {
|
||||
> div {
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
max-height: calc(100vh - 40px);
|
||||
max-height: calc(100vh - 40px) !important;
|
||||
margin: 0 auto;
|
||||
overflow: auto;
|
||||
padding-inline: 4px;
|
||||
|
Loading…
Reference in New Issue
Block a user