From 81b71db4fd878942283aa9150421f1ac908c7ae9 Mon Sep 17 00:00:00 2001 From: Jari Vetoniemi Date: Fri, 6 Nov 2020 00:47:27 +0900 Subject: Do not use app bar for bottom toolbar --- src/App.js | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/src/App.js b/src/App.js index 5553a35..838e5f3 100644 --- a/src/App.js +++ b/src/App.js @@ -360,7 +360,8 @@ function StoreView(props) { paddingBottom: 65, }, stickyBottom: { - top: 'auto', + position: 'fixed', + width: '100%', bottom: 0, }, search: { @@ -401,17 +402,15 @@ function StoreView(props) { - - {}} - showLabels - > - } /> - } /> - } /> - - + {}} + showLabels + > + } /> + } /> + } /> + ) } -- cgit v1.2.3