We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61e454f commit c134d52Copy full SHA for c134d52
1 file changed
css/desktop.css
@@ -5,26 +5,28 @@
5
6
#secondChatServerIFrame {
7
backdrop-filter: blur(9px);
8
- height: calc(100% - 40px);
+ height: calc(100% - 50px);
9
border: 0px;
10
- width: 100%;
+ width: 300px;
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);
+ /*backdrop-filter: blur(9px);
19
height: 100%;
20
21
- top: 50px;
+ top: 50px;*/
22
scrollbar-color: transparent rgba(255, 255, 255, 0.05);
23
24
25
26
#secondChatServer {
27
- height: 100%;
+ /*height: 100%;*/
28
+ scrollbar-color: transparent rgba(255, 255, 255, 0.05);
29
+ scrollbar-width: none;
30
31
32
::-webkit-scrollbar {
0 commit comments