🐛 Fix fab
This commit is contained in:
@@ -255,7 +255,11 @@ class ExploreScreen extends HookConsumerWidget {
|
||||
),
|
||||
);
|
||||
},
|
||||
).padding(bottom: isWideScreen(context) ? null : 56)
|
||||
).padding(
|
||||
bottom:
|
||||
(isWideScreen(context) ? 0 : 56) +
|
||||
MediaQuery.of(context).padding.bottom,
|
||||
)
|
||||
: null,
|
||||
body: isWide
|
||||
? _buildWideBody(
|
||||
|
||||
Reference in New Issue
Block a user