make preview scrollable

This commit is contained in:
Fabian Freund
2026-03-11 15:35:04 +01:00
parent 5ca551548e
commit cdd7a3ffd5
@@ -286,7 +286,7 @@ class _ToolbarPreviewDelegate extends SliverPersistentHeaderDelegate {
) { ) {
return ColoredBox( return ColoredBox(
color: Theme.of(context).colorScheme.surfaceContainer, color: Theme.of(context).colorScheme.surfaceContainer,
child: IgnorePointer(child: _ToolbarPreview(configs: configs)), child: _ToolbarPreview(configs: configs),
); );
} }