react-simple-hook-modal icon indicating copy to clipboard operation
react-simple-hook-modal copied to clipboard

Taller modal behind shorter modal doesn't look visually correct

Open mbrookson opened this issue 5 years ago • 0 comments

This can be seen on the example site

image

Two options to consider here:

  • Show an overlay over the background modal, making to foreground modal stand out more.
  • Ensure foreground modal is at least as tall as any modals behind it.
    • This may not be ideal as the modal shouldn't really be bigger than it needs to be

mbrookson avatar Apr 29 '20 19:04 mbrookson