diff --git a/assets/stylesheets/template/template.scss b/assets/stylesheets/template/template.scss index afce0e8..fd5aaae 100644 --- a/assets/stylesheets/template/template.scss +++ b/assets/stylesheets/template/template.scss @@ -19,6 +19,9 @@ // Widget @import "widget/*"; +header .container{ + position: relative; +} .black-screen{ position: fixed; width: 100%; @@ -86,4 +89,4 @@ section.layout-slide.no-print.single-child-datapp { .main-content h3 { border-bottom: 2px solid #1d84c3; margin-bottom: 1.5em; -} \ No newline at end of file +}