mirror of
https://github.com/lutu-gl/Obsidian-Minimal-Quiz.git
synced 2026-07-22 05:42:37 +00:00
removed maxwidth and maxheight of modal
This commit is contained in:
parent
eb96a15d27
commit
9c5166871b
1 changed files with 0 additions and 5 deletions
5
main.ts
5
main.ts
|
|
@ -89,11 +89,6 @@ class QuestionsModal extends Modal {
|
|||
|
||||
onOpen() {
|
||||
const { modalEl } = this;
|
||||
// size of the modal
|
||||
//modalEl.style.width = "60vw";
|
||||
//modalEl.style.height = "70vh";
|
||||
modalEl.style.maxWidth = "800px";
|
||||
modalEl.style.maxHeight = "600px";
|
||||
|
||||
// blur of the background
|
||||
const bgEl = modalEl.parentElement;
|
||||
|
|
|
|||
Loading…
Reference in a new issue