snackbar position without bottomSafeArea

This commit is contained in:
Fabian Freund
2026-01-29 20:23:13 +01:00
parent 45adf7bd2c
commit f0a27dc09a
@@ -412,7 +412,9 @@ class BrowserScreen extends HookConsumerWidget {
insetPadding: EdgeInsets.only(
left: 16,
right: 16,
bottom: bottomToolbarVisible ? bottomAppBarTotalHeight + 8 : 16,
bottom: bottomToolbarVisible
? bottomAppBarContentSize.height + 8
: 16,
),
),
);