Modal overlay not covering the whole page #1577
-
Hey team! Wanted to let you know about an issue we currently see with Paste modal overlay not applying to the side/top navbars and only covering the page content. (Can be reproduced for example when accessing https://www.stage.twilio.com/console/project/settings with employee account and clicking "Close") Changing the I wondered if you are aware of such issue and if there could be a general fix inside Paste also :) Console team might be able to help with the solution for modal overlay inside iframe. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @mirjammalksoo, I believe this question has been asked before here: #901. Essentially, the Since Paste is used in many different products, applying a blanket z-index change could be risky as Console is just one of many products. The issue seems to be that old console is using z-index values that aren't tokens. Hope this helps and thanks for the detailed question! |
Beta Was this translation helpful? Give feedback.
Hi @mirjammalksoo,
I believe this question has been asked before here: #901. Essentially, the
console
theme has a z-index fix for the old console pages, and for console Zen you can use thedefault
theme. There should be a flag to determine in which instance your modal is in.Since Paste is used in many different products, applying a blanket z-index change could be risky as Console is just one of many products. The issue seems to be that old console is using z-index values that aren't tokens.
Hope this helps and thanks for the detailed question!