mail: handle scrollbar in list of mails

This commit is contained in:
Frédéric Péters 2015-07-10 11:24:34 +02:00
parent 7286ad2023
commit db070fad8f
1 changed files with 5 additions and 1 deletions

View File

@ -52,6 +52,7 @@ div#content .cell.document iframe {
div#content .cell.document > div {
display: flex;
height: calc(100% - 3em);
}
div#content .cell.document iframe {
@ -59,10 +60,13 @@ div#content .cell.document iframe {
}
div#content .cell.document ul {
min-width: 15em;
min-width: 20em;
display: none; /* only displayed when on top */
list-style: none;
padding: 0;
margin: 0;
max-height: 100%;
overflow-y: auto;
}
div#content .cell.document ul li {