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
@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;
}
}