Skip to content

Commit 369ffa6

Browse files
committed
with-scrollbars should allow layout style override
1 parent e73df17 commit 369ffa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Terminal/Widgets/Layout.rakumod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ class Builder {
561561

562562
with self {
563563
.build-node(WithScrollbars, :vertical,
564-
style => %(:minimize-w),
564+
style => %(:minimize-w, |%style),
565565
.node(
566566
$scrollable,
567567
.vscroll(:$scroll-target),

0 commit comments

Comments
 (0)