logitude-dashboard-library 1.3.53 → 1.3.55

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.
@@ -173,8 +173,22 @@ $dark-grey: #717585;
173
173
 
174
174
  .dl-box .dl-row.dl-content {
175
175
  flex: 1 1 auto;
176
- overflow-y: scroll;
176
+ overflow-y: auto;
177
+ }
178
+
179
+ .dl-row.dl-content::-webkit-scrollbar {
180
+ width: 6px;
181
+ height: 6px;
177
182
  }
183
+
184
+ .dl-row.dl-content::-webkit-scrollbar-track {
185
+ background: none;
186
+ }
187
+
188
+ .dl-row.dl-content::-webkit-scrollbar-thumb {
189
+ background: rgba(193, 193, 193, 1);
190
+ }
191
+
178
192
 
179
193
  .dl-box .dl-row.dl-footer {
180
194
  flex: 0 1 40px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "logitude-dashboard-library",
3
- "version": "1.3.53",
3
+ "version": "1.3.55",
4
4
  "description": "Made with create-react-library",
5
5
  "author": "logitude",
6
6
  "license": "MIT",