We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39ea21a commit e414d2dCopy full SHA for e414d2d
1 file changed
src/react/Chat.css
@@ -7,9 +7,6 @@ div.chat-wrapper {
7
padding-right: calc(env(safe-area-inset-right, 4px) / 2);
8
box-sizing: content-box;
9
}
10
-div.chat-wrapper.chat-opened {
11
- z-index: 2;
12
-}
13
14
/* Only apply overflow hidden when not in mobile mode */
15
div.chat-wrapper:not(.display-mobile):not(.input-mobile) {
0 commit comments