mod: bump zterm dependency; show no background for content scrollbar
This commit is contained in:
@@ -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) },
|
||||
|
||||
Reference in New Issue
Block a user