We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3463a79 commit a358dd1Copy full SHA for a358dd1
css/desktop.css
@@ -3,6 +3,17 @@
3
url('/font/Exo2-Regular.ttf') format('truetype'); /* Safari, Android, iOS */
4
}
5
6
+#secondChatServerIFrame {
7
+ backdrop-filter: blur(9px);
8
+ height: calc(100% - 40px);
9
+ border: 0px;
10
+ width: 100%;
11
+ position: absolute;
12
+ bottom: 0px;
13
+ scrollbar-color: transparent rgba(255, 255, 255, 0);
14
+ scrollbar-width: none;
15
+}
16
+
17
.chatalt3 {
18
backdrop-filter: blur(9px);
19
height: 100%;
0 commit comments