fix Scrolling

This commit is contained in:
2021-04-11 16:14:27 +02:00
parent 85bb6eb1d6
commit 3ee706e809
2 changed files with 1351 additions and 3 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -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)
}