Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
"drupal/jquery_ui_datepicker": "2.1.1",
"drupal/key": "1.22.0",
"drupal/klaro": "3.0.8",
"drupal/layout_paragraphs": "2.1.1",
"drupal/ldap": "4.12",
"drupal/link_class": "2.2.0",
"drupal/linkit": "7.0.12",
Expand All @@ -94,6 +95,7 @@
"drupal/media_remote": "1.10",
"drupal/menu_block": "1.14.0",
"drupal/menu_link_attributes": "1.6.0",
"drupal/mercury_editor": "2.2.5",
"drupal/metatag": "2.2.0",
"drupal/migmag": "1.8.4",
"drupal/migrate_plus": "6.0.8",
Expand Down Expand Up @@ -179,7 +181,8 @@
"[regression] CSS class is not added to MediaLibrary dialog (3474018)": "https://www.drupal.org/files/issues/2025-07-03/3474018-27.diff",
"Diffs with different line endings leads to Invalid $mode 3 specified (3389715)": "https://www.drupal.org/files/issues/2024-01-09/Diffs-with-different-line-endings-leads-to-Invalid-mode-3-specified.patch",
"Recent changes to migrate_drupal can break migrations that rely on hook_migration_plugins_alter() (3546325)": "https://www.drupal.org/files/issues/2025-09-11/3546325-11-2-x.patch",
"Display Bug when using #states (Forms API) with Ajax Request (1091852)": "https://www.drupal.org/files/issues/2023-12-18/1091852-186.patch"
"Display Bug when using #states (Forms API) with Ajax Request (1091852)": "https://www.drupal.org/files/issues/2023-12-18/1091852-186.patch",
"Support for Workspaces (3495098)": "https://www.drupal.org/files/issues/2024-12-19/drupal-10.3.x-mercury_editor-workspaces-comment-2.patch"
},
"drupal/draggableviews": {
"Row weights not displaying on sort view (3252365)": "https://www.drupal.org/files/issues/2023-08-25/3252365-check-remove-select-all-class.patch",
Expand All @@ -202,6 +205,9 @@
"drupal/inline_entity_form": {
"Support Referencing the same entity multiple times (3363988)": "https://gist.githubusercontent.com/tadean/d3c4969f0c8dd7bacc3a3c0ba0521b3e/raw/f5ad64286fdcfcc23b2bf147656b012bba6a4872/inline_entity_form_multiple.patch"
},
"drupal/layout_paragraphs": {
"php8.4 deprecation issues (3565074)": "https://www.drupal.org/files/issues/2026-01-05/layout_paragraphs-php8.4-deprecations.patch"
},
"drupal/menu_block": {
"Performance issue caused by build in access check (3509045)": "https://www.drupal.org/files/issues/2025-03-05/3509045-13.patch"
},
Expand Down
14 changes: 14 additions & 0 deletions themes/custom/az_barrio/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -802,3 +802,17 @@ form.webform-submission-form {
.material-symbols-rounded {
font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}

/* Layout Paragraphs */
.lpb-enable {
z-index: 9;
}

.region-content .lp-builder .full-width-background {
overflow: unset;
}

.lpb-btn--cancel {
width: initial !important;
float: right;
}
Loading