Fix that it's not possible to scroll down on wizard pages

refs #7163
This commit is contained in:
Johannes Meyer 2014-10-06 11:32:12 +02:00
parent 83006c014c
commit 4c6b64f092
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
#layout {
overflow: auto; // TODO: Shouldn't be necessary, here, IMHO
}
#wizard div.buttons {
margin: 1.5em 0 0 1.8em;
}