Skip to content

Commit 768e733

Browse files
fix issue of ribbon style of demo
1 parent e6f780a commit 768e733

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

example/stories/styles.css

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
1-
pre > span.token.tag:nth-last-child(3),
2-
pre > span.token.punctuation:nth-last-child(2) {
1+
pre>span.token.tag:nth-last-child(3),
2+
pre>span.token.punctuation:nth-last-child(2) {
33
display: none;
44
}
5-
main > footer {
5+
6+
main>footer {
67
display: none !important;
78
}
9+
10+
footer {
11+
z-index: 1 !important;
12+
}
13+
14+
main {
15+
position: relative !important;
16+
z-index: 2 !important;
17+
}

0 commit comments

Comments
 (0)