fix error

This commit is contained in:
rulingcom 2021-11-18 07:45:33 +00:00
parent 9e99054206
commit 24a46c6983
1 changed files with 4 additions and 1 deletions

View File

@ -19,6 +19,9 @@
// Widget // Widget
@import "widget/*"; @import "widget/*";
header .container{
position: relative;
}
.black-screen{ .black-screen{
position: fixed; position: fixed;
width: 100%; width: 100%;
@ -86,4 +89,4 @@ section.layout-slide.no-print.single-child-datapp {
.main-content h3 { .main-content h3 {
border-bottom: 2px solid #1d84c3; border-bottom: 2px solid #1d84c3;
margin-bottom: 1.5em; margin-bottom: 1.5em;
} }