Skip to content
This repository was archived by the owner on Jun 26, 2025. It is now read-only.

Commit 128fb4d

Browse files
committed
fixed modal height
1 parent 5564e5a commit 128fb4d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ class CssSnippetStoreModal extends Modal {
182182

183183
this.modalEl.style.width = '90vw';
184184
this.modalEl.style.maxWidth = '1098px';
185+
this.modalEl.style.height = '90vh';
185186

186187
contentEl.createEl('h1', { text: 'CSS Snippet Store' });
187188

0 commit comments

Comments
 (0)