avoid snackbar overlap find in page

This commit is contained in:
Fabian Freund
2026-02-02 06:29:39 +01:00
parent 7dd448db5d
commit e8f85af5b1
@@ -440,9 +440,9 @@ class BrowserScreen extends HookConsumerWidget {
insetPadding: EdgeInsets.only(
left: 16,
right: 16,
bottom: bottomToolbarVisible
? bottomAppBarContentSize.height + 8
: 16,
bottom:
(bottomToolbarVisible ? bottomAppBarContentSize.height + 8 : 16) +
(findInPageVisible ? findInPageHeight : 0),
),
),
);