File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 55
66# secondChatServerIFrame {
77 backdrop-filter : blur (9px );
8- height : calc (100% - 40 px );
8+ height : calc (100% - 50 px );
99 border : 0px ;
10- width : 100 % ;
10+ width : 300 px ;
1111 position : absolute;
1212 bottom : 0px ;
1313 scrollbar-color : transparent rgba (255 , 255 , 255 , 0 );
1414 scrollbar-width : none;
1515}
1616
1717.chatalt3 {
18- backdrop-filter : blur (9px );
18+ /* backdrop-filter: blur(9px);
1919 height: 100%;
2020 position: absolute;
21- top : 50px ;
21+ top: 50px;*/
2222 scrollbar-color : transparent rgba (255 , 255 , 255 , 0.05 );
2323 scrollbar-width : none;
2424}
2525
2626# secondChatServer {
27- height : 100% ;
27+ /*height: 100%;*/
28+ scrollbar-color : transparent rgba (255 , 255 , 255 , 0.05 );
29+ scrollbar-width : none;
2830}
2931
3032::-webkit-scrollbar {
You can’t perform that action at this time.
0 commit comments