fix Scrolling
This commit is contained in:
@@ -47,7 +47,7 @@ a {
|
||||
|
||||
#chat ul#chat_messages {
|
||||
direction: ltr;
|
||||
overflow-y: hidden;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
height: 285px;
|
||||
margin-top: 2vh; /*2vh*/
|
||||
@@ -80,10 +80,10 @@ a {
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
background: rgba(255, 17, 0, 0.3);
|
||||
background: rgba(255, 17, 0, 0);
|
||||
border-radius: 20px
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb:hover {
|
||||
background: rgba(255, 17, 0, 0.65)
|
||||
background: rgba(255, 17, 0, 0)
|
||||
}
|
||||
Reference in New Issue
Block a user