avoid snackbar overlap find in page
This commit is contained in:
@@ -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),
|
||||
),
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user