Remove scrollbar when placeholder is showning when in iOS theme

This commit is contained in:
Scott Nonnenberg 2018-03-07 18:51:30 -08:00 committed by Scott Nonnenberg
parent b01b939d15
commit ef041b29d0
No known key found for this signature in database
GPG key ID: 5F82280C35134661

View file

@ -63,6 +63,12 @@ $ios-border-color: rgba(0,0,0,0.1);
border-color: $ios-header-border-color;
text-align: left;
// Without this, it interacts poorly with 100% height placeholder shown on startup
position: absolute;
top: 0;
width: 100%;
z-index: 1;
.conversation-title {
line-height: $header-height;