diff --git a/frontend/src/assets/css/q.css b/frontend/src/assets/css/q.css index 7706019a8..f41185e56 100644 --- a/frontend/src/assets/css/q.css +++ b/frontend/src/assets/css/q.css @@ -5,7 +5,7 @@ top: 20%; width: 50%; height: 60%; - overflow: auto; + overflow: hidden; transition: display 1s; border: 10px solid white; border-radius: 25px; @@ -40,7 +40,7 @@ top: 35%; width: 30%; height: 22%; - overflow: auto; + overflow: hidden; transition: display 1s; border: 10px solid white; border-radius: 25px; @@ -55,7 +55,22 @@ top: 35%; width: 22%; height: 22%; - overflow: auto; + overflow: hidden; + transition: display 1s; + border: 10px solid white; + border-radius: 25px; + padding-left: 10px; +} + +.exam-modal-content-message-failure { + background-color: #fefefe; + position: fixed; + z-index: 3; + left: 35%; + top: 35%; + width: 35%; + height: 20%; + overflow: hidden; transition: display 1s; border: 10px solid white; border-radius: 25px; @@ -103,11 +118,11 @@ .return-exam-modal { position: fixed; z-index: 3; - left: 25%; - top: 25%; - width: 50%; + left: 35%; + top: 35%; + width: 40%; height: 33%; - overflow: auto; + overflow: hidden; transition: display 1s; border: 10px solid white; border-radius: 25px; diff --git a/frontend/src/exams/return-exam-form-modal.vue b/frontend/src/exams/return-exam-form-modal.vue index 82c4b8cbb..07f0391b1 100644 --- a/frontend/src/exams/return-exam-form-modal.vue +++ b/frontend/src/exams/return-exam-form-modal.vue @@ -1,7 +1,8 @@