[CSS] Sticky Footer

pull/722/head
Smit Patel 5 years ago
parent 9845fda05c
commit 9c15d8f45e

@ -148,3 +148,13 @@ hr {
overflow: hidden; overflow: hidden;
text-overflow: ellipsis text-overflow: ellipsis
} }
#app {
display: flex;
flex-direction: column;
min-height: 100vh;
}
.fl-1 {
flex: 1;
}

2
ui/src/index.tsx vendored

@ -36,7 +36,7 @@ class Index extends Component<any, any> {
<Provider i18next={i18n}> <Provider i18next={i18n}>
<BrowserRouter> <BrowserRouter>
<Navbar /> <Navbar />
<div class="mt-4 p-0"> <div class="mt-4 p-0 fl-1">
<Switch> <Switch>
<Route exact path={`/`} component={Main} /> <Route exact path={`/`} component={Main} />
<Route <Route

Loading…
Cancel
Save