fix Scrolling
This commit is contained in:
1348
ReallifeGamemode.Client/assets/chat/fonts/emoji_unicode.php
Normal file
1348
ReallifeGamemode.Client/assets/chat/fonts/emoji_unicode.php
Normal file
File diff suppressed because it is too large
Load Diff
@@ -47,7 +47,7 @@ a {
|
|||||||
|
|
||||||
#chat ul#chat_messages {
|
#chat ul#chat_messages {
|
||||||
direction: ltr;
|
direction: ltr;
|
||||||
overflow-y: hidden;
|
overflow-y: auto;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
height: 285px;
|
height: 285px;
|
||||||
margin-top: 2vh; /*2vh*/
|
margin-top: 2vh; /*2vh*/
|
||||||
@@ -80,10 +80,10 @@ a {
|
|||||||
}
|
}
|
||||||
|
|
||||||
::-webkit-scrollbar-thumb {
|
::-webkit-scrollbar-thumb {
|
||||||
background: rgba(255, 17, 0, 0.3);
|
background: rgba(255, 17, 0, 0);
|
||||||
border-radius: 20px
|
border-radius: 20px
|
||||||
}
|
}
|
||||||
|
|
||||||
::-webkit-scrollbar-thumb:hover {
|
::-webkit-scrollbar-thumb:hover {
|
||||||
background: rgba(255, 17, 0, 0.65)
|
background: rgba(255, 17, 0, 0)
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user