Skip to content

Commit 7a70eda

Browse files
Properly display the sidebar mask
1 parent d54d3e6 commit 7a70eda

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/.vuepress/styles/index.styl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ html, body {
3737
.sidebar {
3838
background-color: $sidebarBg;
3939
z-index: 100;
40+
41+
&-mask {
42+
background-color: $sidebarBg;
43+
opacity: 0.85;
44+
}
4045
}
4146

4247
.content__default {

0 commit comments

Comments
 (0)