We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a35d48a commit 8bb2291Copy full SHA for 8bb2291
src/textual/scrollbar.py
@@ -286,7 +286,7 @@ def render(self) -> RenderableType:
286
else:
287
background = styles.scrollbar_background
288
color = styles.scrollbar_color
289
- if background.a > 0:
+ if background.a < 1:
290
base_background, _ = self.parent._opacity_background_colors
291
background = base_background + background
292
color = background + color
0 commit comments