@licklist/design 0.44.485-dev.55 → 0.44.485-dev.56

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.
@@ -60,6 +60,7 @@
60
60
 
61
61
  .left-block-container {
62
62
  height: calc(100svh - 12rem);
63
+ scrollbar-width: none;
63
64
  overflow: scroll;
64
65
 
65
66
  .iframe-event-card {
@@ -119,6 +120,7 @@
119
120
 
120
121
  &.show {
121
122
  overflow: scroll;
123
+ scrollbar-width: none;
122
124
  overflow-x: hidden;
123
125
  }
124
126
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@licklist/design",
3
- "version": "0.44.485-dev.55",
3
+ "version": "0.44.485-dev.56",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+ssh://git@bitbucket.org/artelogicsoft/licklist_design.git"
@@ -60,6 +60,7 @@
60
60
 
61
61
  .left-block-container {
62
62
  height: calc(100svh - 12rem);
63
+ scrollbar-width: none;
63
64
  overflow: scroll;
64
65
 
65
66
  .iframe-event-card {
@@ -119,6 +120,7 @@
119
120
 
120
121
  &.show {
121
122
  overflow: scroll;
123
+ scrollbar-width: none;
122
124
  overflow-x: hidden;
123
125
  }
124
126