From 73d6b9d63b20682df039db67e5cbdf42849a4195 Mon Sep 17 00:00:00 2001 From: Jari Vetoniemi Date: Thu, 5 Nov 2020 23:02:52 +0900 Subject: Make appbar fixed The advanced search menu won't then move the content and is less laggy. --- src/App.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/App.js b/src/App.js index 9983022..28a133a 100644 --- a/src/App.js +++ b/src/App.js @@ -355,7 +355,8 @@ function StoreView(props) { const classes = makeStyles((theme) => ({ root: { - paddingBottom: '65px', + paddingTop: 105, + paddingBottom: 65, }, stickyBottom: { top: 'auto', @@ -378,7 +379,7 @@ function StoreView(props) { return ( <> - + {t('DoujinSea')} -- cgit v1.2.3