glib-web 0.7.0 → 0.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -256,18 +256,4 @@ export default {
256
256
  opacity: 0.5;
257
257
  background: #dddddd;
258
258
  }
259
-
260
- .v-list {
261
- overflow: auto;
262
-
263
- &::-webkit-scrollbar {
264
- width: 5px;
265
- height: 8px;
266
- background-color: #eee;
267
- }
268
-
269
- &::-webkit-scrollbar-thumb {
270
- background: #aaa;
271
- }
272
- }
273
259
  </style>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "glib-web",
3
- "version": "0.7.0",
3
+ "version": "0.7.1",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {