Compare commits

..

1 commit

Author SHA1 Message Date
Philippe Côté
9bdd12e814
Merge 58da59c632 into ee7a7a0544 2025-03-27 15:07:26 -04:00

View file

@ -80,12 +80,6 @@ input[type="file"] {
.quizEditor .editSection .preview {
flex: 50%;
padding: 5px;
overflow: auto;
height: 100%;
position: relative;
}
.quizEditor {
margin: 0 -2rem; /* Counteract the padding */
width: calc(100% + 4rem); /* Expand to fill padded area */
}
overflow: auto;
}