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

fix bottom padding in message list

This commit is contained in:
Tankred Hase 2013-09-28 19:08:12 +02:00
parent 267e889872
commit f53eaeeecf

View File

@ -35,7 +35,7 @@
} }
ul { ul {
padding: 0 $padding-horizontal 90px $padding-horizontal; padding: 0 $padding-horizontal 78px $padding-horizontal;
height: 100%; height: 100%;
overflow-y: scroll; overflow-y: scroll;
} }