mirror of
https://gitgud.io/BondageProjects/Bondage-College.git
synced 2025-04-25 17:59:34 +00:00
MAINT: Explicitly use scrollbar-gutter: auto
for the chat log
This commit is contained in:
parent
7aba74bc2c
commit
dd2885244f
1 changed files with 5 additions and 0 deletions
|
@ -64,11 +64,16 @@
|
|||
margin-bottom: max(3px, min(0.4vh, 0.2vw));
|
||||
}
|
||||
|
||||
/*
|
||||
* NOTE: Explicitly set the scrollbar gutter to auto, as the combination of `overflow-y: scroll` and
|
||||
* `scrollbar-gutter: stable` (see `.scroll-box`) can get laggy on Chrome due to optimization issues
|
||||
*/
|
||||
#TextAreaChatLog {
|
||||
background-color: white;
|
||||
word-wrap: break-word;
|
||||
padding: 0 !important;
|
||||
overflow-y: scroll;
|
||||
scrollbar-gutter: auto;
|
||||
height: max-content;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue