diff --git a/internal/style/fallback/style.go b/internal/style/fallback/style.go index caab9f7..f016693 100644 --- a/internal/style/fallback/style.go +++ b/internal/style/fallback/style.go @@ -219,6 +219,11 @@ var rules = []tomo.Rule { tomo.AttrMinimumSize { X: 12, Y: 12, }, ), tomo.R("", "SliderHandle")), + // *.ScrollContainer + tomo.Ru(tomo.AS ( + tomo.AGap(0, 0), + ), tomo.R("", "ScrollContainer")), + // *.Checkbox tomo.Ru(tomo.AS ( tomo.ABorder (