[mirotalk] - fix scroolbar color

This commit is contained in:
Miroslav Pejic
2026-03-31 07:26:53 +02:00
parent 4405fd29d8
commit 084b34ff58
2 changed files with 20 additions and 0 deletions
+14
View File
@@ -724,6 +724,8 @@ body {
max-width: 100%; max-width: 100%;
font-size: 1rem; font-size: 1rem;
line-height: 1.6; line-height: 1.6;
scrollbar-width: thin;
scrollbar-color: rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0.1);
} }
/* Scrollbar Styling */ /* Scrollbar Styling */
@@ -1458,6 +1460,8 @@ body {
max-width: 100%; max-width: 100%;
font-size: 1rem; font-size: 1rem;
line-height: 1.6; line-height: 1.6;
scrollbar-width: thin;
scrollbar-color: rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0.1);
} }
.msger-chat::-webkit-scrollbar { .msger-chat::-webkit-scrollbar {
@@ -1705,6 +1709,8 @@ button {
background: var(--body-bg); background: var(--body-bg);
border-radius: 18px; border-radius: 18px;
border: var(--border); border: var(--border);
scrollbar-width: thin;
scrollbar-color: #404040 transparent;
} }
.msger-input::-webkit-scrollbar { .msger-input::-webkit-scrollbar {
@@ -1967,6 +1973,8 @@ button {
background: transparent; background: transparent;
backdrop-filter: none; backdrop-filter: none;
transition: all 0.25s ease; transition: all 0.25s ease;
scrollbar-width: thin;
scrollbar-color: rgba(255, 255, 255, 0.16) transparent;
} }
#msgerCPList::-webkit-scrollbar { #msgerCPList::-webkit-scrollbar {
@@ -4034,6 +4042,12 @@ hr {
# Webkit-Scrollbar Styles # Webkit-Scrollbar Styles
--------------------------------------------------------------*/ --------------------------------------------------------------*/
html,
body {
scrollbar-width: thin;
scrollbar-color: #2f2f2f #1a1b1f;
}
::-webkit-scrollbar { ::-webkit-scrollbar {
width: 10px; width: 10px;
} }
+6
View File
@@ -3941,6 +3941,12 @@ img.has-shadow {
# Webkit-Scrollbar Styles # Webkit-Scrollbar Styles
--------------------------------------------------------------*/ --------------------------------------------------------------*/
html,
body {
scrollbar-width: thin;
scrollbar-color: #4678f9 #1a1b1f;
}
/* Target the scrollbar track */ /* Target the scrollbar track */
::-webkit-scrollbar { ::-webkit-scrollbar {
background: #1a1b1f; background: #1a1b1f;