We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3494a8 commit 7dd2023Copy full SHA for 7dd2023
src/js/exercise-popup.js
@@ -214,7 +214,7 @@ function showModalExercise() {
214
function closeModalExercise() {
215
overlay.classList.add('hidden');
216
modalExercise.classList.add('hidden');
217
- document.body.style.overflow = 'scroll';
+ document.body.style.overflow = 'auto';
218
overlay.removeEventListener('click', clickOnOverlay);
219
document.removeEventListener('keydown', clickOnEscape);
220
};
0 commit comments