removed maxwidth and maxheight of modal

This commit is contained in:
Lutu-gl 2025-03-12 11:53:42 +01:00
parent eb96a15d27
commit 9c5166871b

View file

@ -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;