Skip to content

Commit a358dd1

Browse files
authored
Update desktop.css
1 parent 3463a79 commit a358dd1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

css/desktop.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
url('/font/Exo2-Regular.ttf') format('truetype'); /* Safari, Android, iOS */
44
}
55

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+
617
.chatalt3 {
718
backdrop-filter: blur(9px);
819
height: 100%;

0 commit comments

Comments
 (0)