Skip to content

Commit

Permalink
fix(elevation): disable pointer-events
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 516274391
  • Loading branch information
asyncLiz authored and copybara-github committed Mar 13, 2023
1 parent 9872dad commit 6155278
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion dialog/lib/_dialog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@
md-elevation {
position: absolute;
inset: 0;
pointer-events: none;
border-radius: inherit;
--md-elevation-level: var(--_container-elevation);
--md-elevation-surface-tine-color: var(
Expand Down
1 change: 1 addition & 0 deletions elevation/lib/_elevation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@

border-radius: inherit;
display: flex;
pointer-events: none;
position: relative;
}

Expand Down
1 change: 0 additions & 1 deletion menu/lib/_menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ $_custom-property-prefix: 'menu';
md-elevation {
position: absolute;
inset: 0;
pointer-events: none;
}
}

Expand Down

0 comments on commit 6155278

Please sign in to comment.