site: fix anchor height (#40069)

This commit is contained in:
linxianxi 2023-01-06 16:47:40 +08:00 committed by GitHub
parent 5f89ea4e17
commit 398d3e6937
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;