carbon-addons-iot-react 5.4.3 → 5.4.4

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.
@@ -25504,6 +25504,14 @@ button.iot--overflow-menu-icon.cds--btn--icon-only.cds--tooltip__trigger:hover s
25504
25504
  font-size: 0.875rem;
25505
25505
  }
25506
25506
 
25507
+ .cds--overflow-menu-options {
25508
+ inline-size: 14rem;
25509
+ }
25510
+
25511
+ .cds--overflow-menu-options__btn {
25512
+ max-inline-size: 14.25rem;
25513
+ }
25514
+
25507
25515
  .iot--dropdown__image-button:hover {
25508
25516
  border-color: transparent;
25509
25517
  }
@@ -34047,7 +34055,7 @@ html[dir=rtl] .iot--side-nav .cds--side-nav__item.cds--side-nav__item--icon .cds
34047
34055
  .iot--side-nav .cds--search {
34048
34056
  min-width: 5rem;
34049
34057
  margin-bottom: -1rem;
34050
- z-index: z("overlay");
34058
+ z-index: 6000;
34051
34059
  }
34052
34060
  .iot--side-nav .cds--search-input,
34053
34061
  .iot--side-nav .cds--search-close:hover {
@@ -34223,7 +34231,7 @@ html[dir=rtl] .iot--side-nav__item--depth-3 .cds--side-nav__link-text {
34223
34231
  }
34224
34232
 
34225
34233
  .cds--side-nav__overlay-active {
34226
- z-index: z("overlay");
34234
+ z-index: 6000;
34227
34235
  }
34228
34236
 
34229
34237
  .iot-simple-pagination-container {
@@ -34342,7 +34350,7 @@ html[dir=rtl] .iot--side-nav__item--depth-3 .cds--side-nav__link-text {
34342
34350
  right: 0;
34343
34351
  max-width: 26.5625rem;
34344
34352
  width: auto;
34345
- z-index: z("overlay");
34353
+ z-index: 6000;
34346
34354
  margin-inline: 0 1rem;
34347
34355
  margin-block: 1rem 0.5rem;
34348
34356
  }