Remove scrollbar when placeholder is showning when in iOS theme
This commit is contained in:
parent
b01b939d15
commit
ef041b29d0
1 changed files with 6 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue