Skip to content
Snippets Groups Projects
Verified Commit a55f5739 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

(cherry picked from commit 00329c22)
parent 1213c7c0
No related branches found
No related tags found
7 merge requests!8376Drupal views: adding more granularity to the ‘use ajax’ functionality,!8300Issue #3443586 View area displays even when parent view has no results.,!7567Issue #3153723 by quietone, Hardik_Patel_12: Change the scaffolding...,!7565Issue #3153723 by quietone, Hardik_Patel_12: Change the scaffolding...,!7509Change label "Block description" to "Block type",!7344Issue #3292350 by O'Briat, KlemenDEV, hswong3i, smustgrave, quietone: Update...,!6922Issue #3412959 by quietone, smustgrave, longwave: Fix 12 'un' words
Pipeline #110229 passed with warnings
Pipeline: drupal

#110256

    Pipeline: drupal

    #110244

      Pipeline: drupal

      #110236

        ......@@ -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.
        ......
        ......@@ -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.
        ......
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Please register or to comment