Skip to content

Commit

Permalink
Overlay: remove now unused Overlay component
Browse files Browse the repository at this point in the history
The Overlay component is not used in the create flow or anywhere else anymore since
USDC support was merged (PR#465), and is incompatible with the changes in the iOS
pointer-events bug fix (PR#470), where pointer-events where enabled on the overlay-frame
when they shouldn't. The incompatibility does not show directly anymore since PR#465 was
merged, but showed on the master branch before PR#465 that PR#470 was originally targeting.
  • Loading branch information
danimoh committed Nov 12, 2023
1 parent 2fe2ec5 commit 12f609a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 140 deletions.
139 changes: 0 additions & 139 deletions src/components/Overlay.css

This file was deleted.

2 changes: 1 addition & 1 deletion src/request/create/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
</div>

<div id="app">
<div id="rotation-container" class="overlay-container">
<div id="rotation-container">
<div id="intro" class="page nq-card">
<div class="page-header nq-card-header">
<a tabindex="0" class="page-header-back-button display-none">
Expand Down

0 comments on commit 12f609a

Please sign in to comment.