carriera-intern-components 1.1.53 → 1.1.54

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": "carriera-intern-components",
3
- "version": "1.1.53",
3
+ "version": "1.1.54",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.2.14",
6
6
  "@angular/core": "^19.2.14"
Binary file
Binary file
@@ -108,6 +108,10 @@
108
108
  user-select: none;
109
109
  }
110
110
 
111
+ &::-webkit-scrollbar {
112
+ border-radius: 0 3px 0 0;
113
+ }
114
+
111
115
  .dropdown-menu-separator {
112
116
  bottom: -4px;
113
117
  }
@@ -152,6 +156,10 @@
152
156
  user-select: none;
153
157
  }
154
158
 
159
+ &::-webkit-scrollbar {
160
+ border-radius: 0 0 3px 0;
161
+ }
162
+
155
163
  .dropdown-menu-separator {
156
164
  top: -2px;
157
165
  }