Known issue with section overlay when editing an object

If you encounter a problem where the objects list starts to render in front of the edit object dialogue (overlapping on the dialogue), then you probably have the "Configuration Management Toolkit" add-on.

In that case there are two workarounds:

  • Disable the "Configuration Management Toolkit" add-on and refresh any opened Assets webpage
  • Add the following CSS style to the Jira announcement banner:

    <style type="text/css">
    #rlabs-details-left-view{
    z-index: 1;
    }



Last modified on Sep 26, 2022

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.