@everymatrix/casino-filter 1.7.2 → 1.7.3
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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@everymatrix/casino-filter",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.3",
|
|
4
4
|
"main": "dist/casino-filter.js",
|
|
5
5
|
"svelte": "src/index.ts",
|
|
6
6
|
"scripts": {
|
|
@@ -36,5 +36,5 @@
|
|
|
36
36
|
"publishConfig": {
|
|
37
37
|
"access": "public"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "af607736d2fefc2fcb0fc155b2023fcd62806a5c"
|
|
40
40
|
}
|
package/src/CasinoFilter.svelte
CHANGED
|
@@ -340,8 +340,15 @@
|
|
|
340
340
|
padding-inline-start: 0;
|
|
341
341
|
overflow: scroll;
|
|
342
342
|
list-style: none;
|
|
343
|
+
-ms-overflow-style: none; /* Internet Explorer 10+ */
|
|
344
|
+
scrollbar-width: none; /* Firefox */
|
|
345
|
+
|
|
346
|
+
&::-webkit-scrollbar {
|
|
347
|
+
display: none; /* Safari and Chrome */
|
|
348
|
+
}
|
|
343
349
|
}
|
|
344
350
|
|
|
351
|
+
|
|
345
352
|
// custom checkmark
|
|
346
353
|
.FilterItem {
|
|
347
354
|
position: relative;
|