PDF ticket editor: Adjust CSS for very small papers

This commit is contained in:
Raphael Michel
2017-11-22 14:57:15 +01:00
parent 8d8eb5d13b
commit 046edd5a86

View File

@@ -5,7 +5,7 @@
}
#editor-canvas-area {
position: relative;
min-height: 500px;
min-height: 250px;
}
body {
overflow-y: scroll;