Editor takes fullscreen

This commit is contained in:
Philippe 2025-04-05 15:02:59 -04:00
parent 58da59c632
commit 5ff5b2018f

View file

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