1
0
mirror of https://github.com/moparisthebest/mail synced 2024-08-13 16:43:47 -04:00

fix padding at bottom of mail list

This commit is contained in:
Tankred Hase 2013-10-16 15:30:20 +02:00
parent 2fdb72b04c
commit 9e9200aa05

View File

@ -41,11 +41,12 @@
.list-wrapper {
height: 100%;
padding: 0 $padding-horizontal 78px $padding-horizontal;
padding: 0 $padding-horizontal;
overflow-y: hidden;
}
ul {
padding-bottom: 78px;
}
footer {