diff --git a/dashboard/src/app/app.component.css b/dashboard/src/app/app.component.css index 05e8ef5..62f8962 100644 --- a/dashboard/src/app/app.component.css +++ b/dashboard/src/app/app.component.css @@ -36,7 +36,8 @@ nav a.active { /* FIXME Code Repetition */ .btn-top { - display: inline-block; + display: flex; + flex-direction: column; position: fixed; z-index: 1; -webkit-transition: opacity .3s 0s, visibility 0s 0s;