mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
@@ -210,7 +210,7 @@ class ScrollBar(Widget):
|
||||
if self.thickness > 1:
|
||||
yield "thickness", self.thickness
|
||||
|
||||
def render(self, style: Style) -> RenderableType:
|
||||
def render(self) -> RenderableType:
|
||||
styles = self.parent.styles
|
||||
scrollbar_style = Style(
|
||||
bgcolor=(
|
||||
|
||||
Reference in New Issue
Block a user