📖修改样式表中模态框高度,防止出现滚动条

This commit is contained in:
柳神 2024-07-26 16:04:35 +08:00
parent 2a67b1b271
commit c829c12165
2 changed files with 2 additions and 2 deletions

View File

@ -141,7 +141,7 @@ body {
padding: 20px; padding: 20px;
border: 1px solid var(--border-color); border: 1px solid var(--border-color);
z-index: 1000; z-index: 1000;
max-height: 85%; max-height: 90%;
overflow-y: auto; overflow-y: auto;
border-radius: 20px; border-radius: 20px;
transition: opacity 0.3s; transition: opacity 0.3s;

2
main/fclite.min.css vendored

File diff suppressed because one or more lines are too long