Skip to content

Commit

Permalink
Merge pull request #102 from Fliplet/fix/tablet-index
Browse files Browse the repository at this point in the history
ID-358 [Fix] Prevent chat UI being blocked by overlay in tablet view
  • Loading branch information
tonytlwu committed Oct 29, 2020
2 parents d02cf3e + 5c571e0 commit 321f6f0
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 321f6f0

Please sign in to comment.