Skip to content

Commit

Permalink
[Release] Stage to Main (#2503)
Browse files Browse the repository at this point in the history
  • Loading branch information
milo-pr-merge[bot] authored Jun 25, 2024
2 parents 47aaef0 + 1a8acc6 commit 03578fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion libs/blocks/global-navigation/global-navigation.css
Original file line number Diff line number Diff line change
Expand Up @@ -566,8 +566,9 @@ header.global-navigation {

.feds-navItem--megaMenu .feds-popup {
right: 0;
justify-content: center;
padding: 40px 0 0;
max-height: calc(100vh - 100%);
overflow: auto;
}

[dir = "rtl"] .feds-navItem--megaMenu .feds-popup {
Expand Down
2 changes: 1 addition & 1 deletion libs/features/georoutingv2/georoutingv2.js
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ async function showModal(details) {
const promises = [
tabs ? loadBlock(tabs) : null,
tabs ? loadStyle(`${miloLibs || codeRoot}/blocks/section-metadata/section-metadata.css`) : null,
loadStyle(`${miloLibs || codeRoot}/features/georoutingv2/georoutingv2.css`),
new Promise((resolve) => { loadStyle(`${miloLibs || codeRoot}/features/georoutingv2/georoutingv2.css`, resolve); }),
];
await Promise.all(promises);
// eslint-disable-next-line import/no-cycle
Expand Down

0 comments on commit 03578fb

Please sign in to comment.