We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 317a335 + e414d2d commit 31f7c71Copy full SHA for 31f7c71
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