feat: Update showToast function to support options object and improve notification handling

fix: Adjust modal max-height for better responsiveness
This commit is contained in:
Will Miao
2025-08-22 08:18:43 +08:00
parent 52fa88b04c
commit 331ad8f644
3 changed files with 56 additions and 14 deletions

View File

@@ -23,7 +23,7 @@ body.modal-open {
position: relative;
max-width: 800px;
height: auto;
/* max-height: calc(90vh - 48px); */
max-height: calc(90vh);
margin: 1rem auto; /* Keep reduced top margin */
background: var(--lora-surface);
border-radius: var(--border-radius-base);