Tangerine-Community / tangy-form

<tangy-form> is a web component for creating multipage forms. Other <tangy-*> input elements are included as well.
GNU General Public License v3.0
15 stars 3 forks source link

[#338] Allow items behind card-actions to be tapped. #340

Closed rlwatkins closed 2 years ago

rlwatkins commented 2 years ago

I decided to fix this by setting the pointer-events of the element containing the next/back buttons to none, so the taps can be registered by whatever's behind it. Then I set the pointer-events for the next/back buttons themselves back to auto so that they can be tapped. I made a couple of changes to the content area of the page to try and ensure that the fixed-position navigational buttons don't visually overlap anything in the content area.