JoinColony / colonyCDapp

An iteration of the Colony Dapp sporting both a fully decentralized operating mode, as well as a mode enhanced by a metadata caching layer
5 stars 14 forks source link

fix: adjust blur when modal is active #3155

Closed rumzledz closed 1 month ago

rumzledz commented 1 month ago

Description

Adds a blur to page layout components when a modal is visible.

blur

Testing

  1. Visit http://localhost:9091/planex/balances
  2. Click the "Add funds to the colony" button
  3. Verify that the rest of the page is blurred

Resolves #3079