diff --git a/public/css/app.css b/public/css/app.css index 6c75867..e70feb5 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -13,4 +13,16 @@ p.navbar-item:empty { table.table td { vertical-align: middle; +} + +nav.breadcrumb.is-fixed-top { + left: 0; + position: fixed; + right: 0; + z-index: 30; + top: 3.25rem; +} + +main.has-top-padding { + padding-top: 3rem !important; } \ No newline at end of file diff --git a/public/js/app.js b/public/js/app.js index 17ed606..542a3a8 100644 --- a/public/js/app.js +++ b/public/js/app.js @@ -2,7 +2,7 @@ window.Event = new Vue(); Vue.component('nav-bar', { template: ` -