summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/App.js5
1 files 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 (
<>
- <AppBar position="sticky">
+ <AppBar position="fixed">
<Toolbar variant="dense">
<Typography variant="h6" className={classes.title}>
{t('DoujinSea')}