aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/app/App.tsx
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-01-11 22:28:58 +0800
committercrupest <crupest@outlook.com>2021-01-11 22:28:58 +0800
commit43cf429cb81e928a6466522864682bd4a68ea42e (patch)
tree44b555c734a657355af2a3fca3255d8dc9bd191b /FrontEnd/src/app/App.tsx
parent5d3a3111bbc349d5d5ff0a4ed92f97b14a9d65fe (diff)
downloadtimeline-43cf429cb81e928a6466522864682bd4a68ea42e.tar.gz
timeline-43cf429cb81e928a6466522864682bd4a68ea42e.tar.bz2
timeline-43cf429cb81e928a6466522864682bd4a68ea42e.zip
feat: Fix #200.
Diffstat (limited to 'FrontEnd/src/app/App.tsx')
-rw-r--r--FrontEnd/src/app/App.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/FrontEnd/src/app/App.tsx b/FrontEnd/src/app/App.tsx
index 6cdf2434..7bd92bf7 100644
--- a/FrontEnd/src/app/App.tsx
+++ b/FrontEnd/src/app/App.tsx
@@ -39,6 +39,7 @@ const App: React.FC = () => {
<React.Suspense fallback={<LoadingPage />}>
<Router>
<AppBar />
+ <div style={{ height: 56 }} />
<Switch>
<Route exact path="/">
<Home />