@carbon/ibm-products 1.54.1 → 1.54.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -134,3 +134,11 @@ $block-class: #{$pkg-prefix}--datagrid;
134
134
  flex: 0 1 calc($spacing-05 * 30);
135
135
  margin-right: $spacing-07;
136
136
  }
137
+
138
+ .#{$carbon-prefix}--body--with-modal-open {
139
+ .#{$block-class}__mobile-toolbar-modal.#{$carbon-prefix}--modal {
140
+ top: calc($spacing-07 * -1);
141
+ left: calc($spacing-07 * -1);
142
+ width: 100vw;
143
+ }
144
+ }
@@ -575,11 +575,6 @@
575
575
  width: 100%;
576
576
  }
577
577
 
578
- .#{$carbon-prefix}--body--with-modal-open .#{$block-class}__grid-container {
579
- overflow: hidden;
580
- height: 100vh;
581
- }
582
-
583
578
  .#{$carbon-prefix}--overflow-menu.#{$block-class}__toolbar-menu__trigger {
584
579
  flex-shrink: 0;
585
580
  background-color: $interactive-01;