Skip to content

Commit e414d2d

Browse files
committed
hotfix for z index
1 parent 39ea21a commit e414d2d

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/react/Chat.css

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ div.chat-wrapper {
77
padding-right: calc(env(safe-area-inset-right, 4px) / 2);
88
box-sizing: content-box;
99
}
10-
div.chat-wrapper.chat-opened {
11-
z-index: 2;
12-
}
1310

1411
/* Only apply overflow hidden when not in mobile mode */
1512
div.chat-wrapper:not(.display-mobile):not(.input-mobile) {

0 commit comments

Comments
 (0)