From 24a46c69835fca270b9478c8aa376babeb0f9d3e Mon Sep 17 00:00:00 2001 From: rulingcom Date: Thu, 18 Nov 2021 07:45:33 +0000 Subject: [PATCH] fix error --- assets/stylesheets/template/template.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 +}