omnia-sass 3.5.186 → 3.5.203

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.
@@ -8790,6 +8790,9 @@ body.modal-scroll-fixer {
8790
8790
  z-index: 3000 !important;
8791
8791
  }
8792
8792
 
8793
+ .calendar-dropdown-menu {
8794
+ z-index: 1000 !important;
8795
+ }
8793
8796
  @media print {
8794
8797
  .navbar,
8795
8798
  .sidebar-container,
package/package.json CHANGED
@@ -10,7 +10,7 @@
10
10
  "uninstall": "rimraf node_modules"
11
11
  },
12
12
  "devDependencies": {
13
- "@omnia-low-code/runtime-web-app": "^3.5.186",
13
+ "@omnia-low-code/runtime-web-app": "^3.5.203",
14
14
  "scss-bundle": "3.1.2"
15
15
  },
16
16
  "workspaces": {
@@ -19,7 +19,7 @@
19
19
  "*@omnia-low-code/runtime-web-app*/**"
20
20
  ]
21
21
  },
22
- "version": "3.5.186",
22
+ "version": "3.5.203",
23
23
  "author": "",
24
24
  "license": "MIT"
25
25
  }