Scroll infinite.
This commit is contained in:
parent
8b98935d11
commit
5b03ecda3f
@ -79,17 +79,20 @@ a {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
background-color: #1a1a1a;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.chat-header {
|
||||
padding: 10px 20px;
|
||||
background-color: #0f0f0f;
|
||||
border-bottom: 1px solid #333;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.chat-header h2 {
|
||||
font-size: 1.2em;
|
||||
color: #fff;
|
||||
|
||||
}
|
||||
|
||||
.message-list {
|
||||
@ -242,6 +245,7 @@ input[type="text"], .chat-input textarea {
|
||||
}
|
||||
|
||||
.avatar {
|
||||
user-select: none;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
@ -258,7 +262,7 @@ input[type="text"], .chat-input textarea {
|
||||
|
||||
/* The entire scrollbar */
|
||||
::-webkit-scrollbar {
|
||||
width: 6px;
|
||||
display:none;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-track {
|
||||
|
Loading…
Reference in New Issue
Block a user