diff --git a/frontend/src/app/app.component.html b/frontend/src/app/app.component.html index 3f8791d..70513a6 100644 --- a/frontend/src/app/app.component.html +++ b/frontend/src/app/app.component.html @@ -4,7 +4,7 @@ Travopti logo - +
diff --git a/frontend/src/app/app.component.scss b/frontend/src/app/app.component.scss index fc2a145..7ad2bc1 100644 --- a/frontend/src/app/app.component.scss +++ b/frontend/src/app/app.component.scss @@ -22,6 +22,10 @@ } } +.drawer-container { + height: 100%; +} + .drawer { flex: 1 1 auto; display: flex;