Skip to content

Commit

Permalink
Set stacking context
Browse files Browse the repository at this point in the history
  • Loading branch information
hamideha committed Jan 10, 2024
1 parent 01cb9d1 commit 48eb47e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion assets/localization-form.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ if (!customElements.get('localization-form')) {
if (!document.body.classList.contains('overflow-hidden-tablet')) {
document.body.classList.add('overflow-hidden-mobile');
}
if (this.mql.matches) {
if (this.elements.search && this.mql.matches) {
this.elements.search.focus();
}
document.querySelector('.menu-drawer').classList.add('country-selector-open');
Expand Down
2 changes: 2 additions & 0 deletions assets/section-image-banner.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
display: flex;
position: relative;
flex-direction: column;
z-index: auto;
isolation: isolate;
}

.banner__box {
Expand Down

0 comments on commit 48eb47e

Please sign in to comment.