We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3da4e6b + d84c5a5 commit 5cc468bCopy full SHA for 5cc468b
src/Client/plugins/genlite-recipe-recorder.plugin.ts
@@ -59,7 +59,12 @@ export class GenLiteRecipeRecorderPlugin extends GenLitePlugin {
59
60
createCSS() {
61
const style = document.createElement('style');
62
+ // chrome is dumb so we need to specify this scrollbar thing
63
style.innerHTML = `
64
+ .genlite-recipes-container *::-webkit-scrollbar-track {
65
+ background-color: transparent;
66
+ }
67
+
68
.genlite-recipes-container {
69
display: flex;
70
flex-direction: column;
0 commit comments