📖修改样式表中模态框高度,防止出现滚动条
This commit is contained in:
parent
2a67b1b271
commit
c829c12165
@ -141,7 +141,7 @@ body {
|
||||
padding: 20px;
|
||||
border: 1px solid var(--border-color);
|
||||
z-index: 1000;
|
||||
max-height: 85%;
|
||||
max-height: 90%;
|
||||
overflow-y: auto;
|
||||
border-radius: 20px;
|
||||
transition: opacity 0.3s;
|
||||
|
2
main/fclite.min.css
vendored
2
main/fclite.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user