Skip to content

Commit

Permalink
Prevent chat UI being blocked by overlay in tablet view
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Wu committed Oct 28, 2020
1 parent d02cf3e commit 5c571e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/chat.css
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ html.no-supports-container.native body,
bottom: 0;
left: 0;
background: #ffffff;
z-index: 9;
z-index: 11;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
transition: all 0.2s ease-out;
Expand Down Expand Up @@ -1704,4 +1704,4 @@ html.no-supports-container.native body,
.fl-bar-padding .chat-input-controls {
padding-bottom: 44px;
}
}
}

0 comments on commit 5c571e0

Please sign in to comment.