Add padding at the top of the conversation

Keeps no-scroll-bar conversations from sticking directly to the top of
the window.

FREEBIE
This commit is contained in:
Scott Nonnenberg 2017-06-09 11:47:07 -07:00
parent 9ead5c76ce
commit b238242ead
2 changed files with 2 additions and 2 deletions

View file

@ -51,7 +51,7 @@
height: 100%;
width: 100%;
margin: 0;
padding: 0;
padding: 10px 0 0 0;
overflow-y: overlay;
}
}

View file

@ -1000,7 +1000,7 @@ input.search {
height: 100%;
width: 100%;
margin: 0;
padding: 0;
padding: 10px 0 0 0;
overflow-y: overlay; }
.discussion-container {