Skip to content

Commit 032cefc

Browse files
authored
Update desktop.css
1 parent f8ec55f commit 032cefc

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

css/desktop.css

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

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

0 commit comments

Comments
 (0)