Unable to view global variables in Email template

I’m working with email templates in SailPoint ISC tenant. But when I try to view the global variables by entering the ${ command and pressing enter, the list of variables are not getting displayed properly. I tried zooming out, but in vain. The ‘Email Channel’ section of the page disrupts the view of the list of the global variables. Am I doing something wrong? If anybody has a solution, please help. I have attached the screenshot for reference.

Hey @dpkkish02 It’s an overlay issue for the global variables. SailPoint needs to fix this.
For temporary fix you can set the overlay as null using Inspect page.

change >> --slpt-left-sidebar-template-overflow-behavior: auto;
to >> --slpt-left-sidebar-template-overflow-behavior: null;

1 Like