Verified Commit 00329c22 authored by Théodore Biadala's avatar Théodore Biadala
Browse files

Issue #3409640 by swatidhurandhar, Mithun S, shweta__sharma, Gauravvvv,...

Issue #3409640 by swatidhurandhar, Mithun S, shweta__sharma, Gauravvvv, divya.sejekan, Sandeep_k, Kanchan Bhogade: In workspace-form the text of the modal content is not visible completely below 768px screen
parent f41e428e
Loading
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -23,6 +23,12 @@
  }
}

@media (max-width: 47.9375rem) {
  #drupal-off-canvas-wrapper.workspaces-dialog + .ui-dialog .ui-dialog-content {
    max-height: unset !important; /* Override the max-height added by JS. */
  }
}

/**
   * The Workspace UI hides the titlebar, but we need to show and correctly
   * position the close button that is nested within it.
+6 −0
Original line number Diff line number Diff line
@@ -18,6 +18,12 @@
    }
  }

  & + .ui-dialog .ui-dialog-content {
    @media (--workspace-layout-small) {
      max-height: unset !important; /* Override the max-height added by JS. */
    }
  }

  /**
   * The Workspace UI hides the titlebar, but we need to show and correctly
   * position the close button that is nested within it.