1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-24 04:57:02 +00:00

Make message-list scroll on some devices

This commit is contained in:
James Hillyerd
2015-08-25 21:54:02 -07:00
parent c263129711
commit 0f5ba4a7a9
3 changed files with 32 additions and 10 deletions

View File

@@ -29,6 +29,10 @@ body {
font-size: 18px;
}
.message-list-scroll {
overflow-y: auto;
}
.message-controls {
padding: 0 0 10px 0;
}