made the tool tip fully opaque for better readability

This commit is contained in:
FlorianZahn
2021-10-04 21:37:15 +02:00
parent 1ad60720df
commit c571a9ecb6
3 changed files with 5 additions and 2 deletions

View File

@@ -284,6 +284,7 @@ class SponsorTimeEditComponent extends React.Component<SponsorTimeEditProps, Spo
timeout: 15,
bottomOffset: 75 + "px",
leftOffset: -318 + "px",
backgroundColor: "rgba(28, 28, 28, 1.0)",
htmlId: "sponsorTimesContainer" + this.idSuffix,
buttonFunction: () => {Config.config.scrollToEditTimeUpdate = true}
});