Skip to content
Snippets Groups Projects
Commit 2d64eae9 authored by spnati_edit's avatar spnati_edit
Browse files

Don't cut off textboxes

parent 445577c5
No related branches found
No related tags found
No related merge requests found
......@@ -2051,12 +2051,13 @@ body.modal-open {
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
overflow: hidden;
}
.epilogue-canvas {
width: 100%;
height: 100%;
position: relative;
overflow: hidden;
}
.epilogue-overlay {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment