Skip to content

Commit 5cc468b

Browse files
committed
Merge remote-tracking branch 'upstream/main'
2 parents 3da4e6b + d84c5a5 commit 5cc468b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Client/plugins/genlite-recipe-recorder.plugin.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,12 @@ export class GenLiteRecipeRecorderPlugin extends GenLitePlugin {
5959

6060
createCSS() {
6161
const style = document.createElement('style');
62+
// chrome is dumb so we need to specify this scrollbar thing
6263
style.innerHTML = `
64+
.genlite-recipes-container *::-webkit-scrollbar-track {
65+
background-color: transparent;
66+
}
67+
6368
.genlite-recipes-container {
6469
display: flex;
6570
flex-direction: column;

0 commit comments

Comments
 (0)