@djb25/digit-ui-css 1.0.36 → 1.0.37

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": "@djb25/digit-ui-css",
3
- "version": "1.0.36",
3
+ "version": "1.0.37",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.css",
6
6
  "author": "satyam",
@@ -10,7 +10,6 @@
10
10
  align-items: center;
11
11
  height: 64px !important;
12
12
  max-height: 64px !important;
13
- overflow: hidden;
14
13
 
15
14
  @media (max-width: 640px) {
16
15
  padding: 8px 16px;
@@ -309,4 +308,19 @@
309
308
  &.open .chevron-icon {
310
309
  transform: rotate(180deg);
311
310
  }
311
+
312
+ .select-wrap,
313
+ .employee-select-wrap {
314
+ margin-bottom: 0 !important;
315
+ }
316
+
317
+ .options-card {
318
+ min-width: 130px !important;
319
+ width: max-content !important;
320
+ top: calc(100% + 4px) !important;
321
+ right: 0 !important;
322
+ left: auto !important;
323
+ border-radius: 8px;
324
+ box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
325
+ }
312
326
  }