fix scroll bar (#766)

This commit is contained in:
Allan Niles 2024-02-06 18:28:40 -07:00 committed by GitHub
parent 7ba77bd4cd
commit f4e3f803cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -30,28 +30,14 @@
.ejs_parent ::-webkit-scrollbar{
width: 8px;
height: 16px;
background-color: transparent;
}
.ejs_parent ::-webkit-scrollbar-thumb{
border-radius: 0;
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
background-color: #f5f5f5;
border-radius: 10px;
background: rgba(var(--ejs-primary-color));
}
.ejs_parent ::-webkit-scrollbar-track{
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
border-radius: 10px;
background-color: transparent;
}
.ejs_parent {
scrollbar-face-color:#F5F5F5;
scrollbar-highlight-color:transparent;
scrollbar-3dlight-color:transparent;
scrollbar-darkshadow-color:transparent;
scrollbar-Shadow-color:transparent;
scrollbar-arrow-color:#fff;
scrollbar-track-color:transparent;
scrollbar-width:thin;
scrollbar-color:transparent #f5f5f5;
background: rgba(64, 64, 64, 0.5)
}
.ejs_ad_iframe {