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