mod: bump zterm dependency; show no background for content scrollbar

This commit is contained in:
2025-11-02 21:33:30 +01:00
parent c5d674ac5c
commit c599bc55c7
2 changed files with 3 additions and 3 deletions

View File

@@ -69,7 +69,7 @@ pub fn main() !void {
var content: Content = .init(allocator);
content_container = try .init(allocator, .{}, content.element());
var scrollable: App.Scrollable = .init(content_container, .enabled(.green));
var scrollable: App.Scrollable = .init(content_container, .enabled(.green, false));
// intermediate container for *padding* containing the scrollable `Content`
var scrollable_container: App.Container = try .init(allocator, .{
.layout = .{ .padding = .horizontal(2) },