From f4e3f803cd7953f052e83b51702691d946ba762f Mon Sep 17 00:00:00 2001 From: Allan Niles Date: Tue, 6 Feb 2024 18:28:40 -0700 Subject: [PATCH] fix scroll bar (#766) --- data/emulator.css | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) diff --git a/data/emulator.css b/data/emulator.css index 3213b2f..18a6043 100644 --- a/data/emulator.css +++ b/data/emulator.css @@ -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 {