Skip to content

Commit

Permalink
MWPW-155619: Cards overlapping sorting section- IOS (Legacy versions) (
Browse files Browse the repository at this point in the history
…#2743)

added z-index to sp-action-menu
  • Loading branch information
mirafedas committed Aug 19, 2024
1 parent 4854f5c commit d5fa581
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/codeql/codeql-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ paths-ignore:
- 'tools/floodgate/**'
- 'tools/translation/**'
- node_modules
- libs/deps/mas
4 changes: 4 additions & 0 deletions libs/deps/mas/merch-card-collection.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ import{html as a,LitElement as A}from"/libs/deps/lit-all.min.js";var m=class{con
display: contents;
}
sp-action-menu {
z-index: 1;
}
#header {
order: -2;
display: grid;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ export const styles = css`
display: contents;
}
sp-action-menu {
z-index: 1;
}
#header {
order: -2;
display: grid;
Expand Down

0 comments on commit d5fa581

Please sign in to comment.