mirror of
https://github.com/moparisthebest/mail
synced 2024-11-23 01:12:19 -05:00
fix bottom padding in message list
This commit is contained in:
parent
267e889872
commit
f53eaeeecf
@ -35,7 +35,7 @@
|
||||
}
|
||||
|
||||
ul {
|
||||
padding: 0 $padding-horizontal 90px $padding-horizontal;
|
||||
padding: 0 $padding-horizontal 78px $padding-horizontal;
|
||||
height: 100%;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user