We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13f91a4 commit 14fdf2bCopy full SHA for 14fdf2b
src/core/render/tpl.js
@@ -74,8 +74,8 @@ export function cover() {
74
75
return (
76
`<section class="cover show" style="background: ${bgc}">` +
77
- '<div class="cover-main"><!--cover--></div>' +
78
'<div class="mask"></div>' +
+ '<div class="cover-main"><!--cover--></div>' +
79
'</section>'
80
);
81
}
src/themes/basic/_coverpage.styl
@@ -22,6 +22,7 @@ section.cover
22
flex 1
23
margin -20px 16px 0
24
text-align center
25
+ position: relative;
26
27
a
28
color inherit
0 commit comments