Remove scrollbar when placeholder is showning when in iOS theme

pull/1/head
Scott Nonnenberg 7 years ago committed by Scott Nonnenberg
parent b01b939d15
commit ef041b29d0
No known key found for this signature in database
GPG Key ID: 5F82280C35134661

@ -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;

Loading…
Cancel
Save