We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e78ca51 commit 34d5df2Copy full SHA for 34d5df2
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ant-design-vue",
3
- "version": "1.2.0",
+ "version": "1.2.1",
4
"title": "Ant Design Vue",
5
"description": "An enterprise-class UI design language and Vue-based implementation",
6
"keywords": [
@@ -183,4 +183,4 @@
183
"vue-ref": "^1.0.3",
184
"warning": "^3.0.0"
185
}
186
-}
+}
site/index.less
@@ -103,7 +103,7 @@
103
104
.site-sidebar{
105
position: fixed;
106
- z-index: 1;
+ z-index: 2;
107
overflow-y: scroll;
108
width: 100%;
109
top: 0;
0 commit comments