@yeeyoon/library 3.7.7 → 3.7.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,8 @@
1
1
  .container {
2
2
  padding: 32px 50px 24px;
3
3
  text-align: center;
4
+ overflow-y: auto;
5
+ max-height: 600px;
4
6
  }
5
7
 
6
8
  .rocket {
@@ -74,3 +76,21 @@
74
76
  border-radius: 6px;
75
77
  font-size: 36px;
76
78
  }
79
+
80
+ ::-webkit-scrollbar,
81
+ ::-webkit-scrollbar-track {
82
+ background-color: #fff;
83
+ }
84
+
85
+ ::-webkit-scrollbar {
86
+ width: 4px;
87
+ height: 6px;
88
+ }
89
+ ::-webkit-scrollbar-thumb {
90
+ background-color: #bababa;
91
+ border-radius: 6px;
92
+ }
93
+ ::-webkit-scrollbar,
94
+ ::-webkit-scrollbar-track {
95
+ background-color: #fff;
96
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yeeyoon/library",
3
- "version": "3.7.7",
3
+ "version": "3.7.8",
4
4
  "description": "宜云前端组件库和通用服务",
5
5
  "main": "index.js",
6
6
  "repository": {