• Resolved John Jameson

    (@itmaybejj)


    The in-page checker, when minimized, is a small yellow button at the lower right.

    The wrapper around the button in this state is transparent, but is still 400px by 50px div, and is z-indexed in front of the content:

    .edac-highlight-panel {
      bottom: 15px !important;
      max-width: 400px !important;
      position: fixed !important;
      right: 15px !important;
      width: 400px !important;
      z-index: 2147483647 !important;
    }

    To fix: set max-width to equal the button width when the panel has not yet been opened.

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Highlight panel blocks click interactions when closed’ is closed to new replies.