@robotical/martyblocksjr 3.0.4 → 3.0.5

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.
@@ -45,6 +45,16 @@ html {
45
45
  height: 100%;
46
46
  }
47
47
 
48
+ /* For modern browsers */
49
+ * {
50
+ scrollbar-width: none; /* Firefox */
51
+ -ms-overflow-style: none; /* IE 10+ */
52
+ }
53
+
54
+ *::-webkit-scrollbar {
55
+ display: none; /* Chrome, Safari, Opera */
56
+ }
57
+
48
58
  body {
49
59
  width: 100%;
50
60
  height: 100%;
@@ -100,4 +110,4 @@ h4 {
100
110
  top: 100%;
101
111
  left: 0;
102
112
  }
103
- }
113
+ }
@@ -142,8 +142,9 @@
142
142
  }
143
143
 
144
144
  .scrollbar {
145
+ display: none;
145
146
  position: absolute;
146
- display: inline-block;
147
+ /* display: inline-block; */
147
148
  margin: 0px;
148
149
  padding: 0px;
149
150
  top: 0px;
@@ -154,6 +155,7 @@
154
155
  }
155
156
 
156
157
  .scrollbar .sbthumb {
158
+ display: none;
157
159
  position: absolute;
158
160
  margin: 0px;
159
161
  padding: 0px;
@@ -161,10 +163,10 @@
161
163
  height: 0px;
162
164
  background: #C9C9C9;
163
165
  }
164
-
166
+ /*
165
167
  .scrollbar.off { display: none;}
166
168
 
167
- .scrollbar.on {display: inline-block;}
169
+ .scrollbar.on {display: inline-block;} */
168
170
 
169
171
  #library {
170
172
  position: absolute;
@@ -184,7 +186,7 @@
184
186
  overflow-y: scroll;
185
187
  overflow-x: hidden;
186
188
  width: ${css_vh(33.85)};
187
- max-height: ${css_vh(40.63)};
189
+ max-height: ${css_vh(25.63)};
188
190
  }
189
191
 
190
192
  .spritethumbs::-webkit-scrollbar {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@robotical/martyblocksjr",
3
- "version": "3.0.4",
3
+ "version": "3.0.5",
4
4
  "description": "ScratchJr",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",