Skip to content

Commit

Permalink
fix scroll bar (#766)
Browse files Browse the repository at this point in the history
  • Loading branch information
allancoding committed Feb 7, 2024
1 parent 7ba77bd commit f4e3f80
Showing 1 changed file with 3 additions and 17 deletions.
20 changes: 3 additions & 17 deletions data/emulator.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit f4e3f80

Please sign in to comment.