Add padding below main in app

Bug: Issue 5417
Change-Id: Ib3619d41b5aa9bee49157bcd0050b8c80d7a2a18
This commit is contained in:
Kasper Nilsson
2017-09-08 17:05:22 -07:00
parent 29dc3762b4
commit 6bce80d08a

View File

@@ -91,6 +91,7 @@ limitations under the License.
}
main {
flex: 1;
padding-bottom: 2em;
position: relative;
}
.errorView {