peteromallet / Advisable

3 stars 0 forks source link

Fix nested modals overlap #2140

Closed yurkoturskiy closed 2 years ago

yurkoturskiy commented 2 years ago

Resolves: Ticket

Description

We need to revisit the commit https://github.com/advisablecom/Advisable/pull/2076/commits/0fa1354eb2ce69df088cf73d8d43bcb1cd43453b since it's causing problems with nested modals

I have reverted this:

  ${StyledDialogBackdrop} {
    z-index: 50;
  }

back to this:

  ${StyledDialogBackdrop} {
    z-index: 20;
  }

https://user-images.githubusercontent.com/849247/189974866-fc416701-0a25-47a0-9d14-1d7f911c16ca.mov

yurkoturskiy commented 2 years ago

@thomascullen let's chat about this tomorrow