mirror of
https://github.com/ets-cfuhrman-pfe/EvalueTonSavoir.git
synced 2025-08-11 21:23:54 -04:00
Editor takes fullscreen
This commit is contained in:
parent
58da59c632
commit
5ff5b2018f
1 changed files with 7 additions and 1 deletions
|
|
@ -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 */
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue