[fix] Prevent empty space before footer.

This commit is contained in:
opi 2016-05-23 21:05:36 +02:00
parent 604a76759d
commit 48b8a536df

View file

@ -199,6 +199,11 @@ button {
.block;
}
#slideTo, #slideBack {
// Force left & right pane height to 1px (prevent empty space before footer).
height: 1px;
}
/*
* The main part of the app
*