Skip to content

Commit 7c1cc9d

Browse files
authored
Update mobile.css
1 parent 032cefc commit 7c1cc9d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

css/mobile.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
z-index: 1
33
}
44

5+
#firstDrawServer {
6+
scrollbar-color: transparent rgba(255, 255, 255, 0);
7+
scrollbar-width: none;
8+
position: absolute;
9+
width: 100%;
10+
height: 100%;
11+
z-index: -1;
12+
}
13+
514
#secondChatServerIFrame {
615
backdrop-filter: blur(9px);
716
height: calc(100% - 40px);

0 commit comments

Comments
 (0)