8 lines
124 B
CSS
8 lines
124 B
CSS
|
.chat-debug-rect{
|
||
|
width: 100%;
|
||
|
position: absolute;
|
||
|
left: 0;
|
||
|
opacity: 0.3;
|
||
|
height: 3px;
|
||
|
z-index: 2;
|
||
|
}
|