question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Popups on PRs hidden behind content

See original GitHub issue

All popup windows inside of PRs (Reviewers, Assignees, Labels, etc…) get hidden behind the content in the main area. Have confirmed issue does not happen when Refined Github is disabled. This also only happens on Github Enterprise, does not happen on github.com

image

Also, in case it is relevant, we are running GitHub Enterprise Server 2.17.5

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:4
  • Comments:10 (3 by maintainers)

github_iconTop GitHub Comments

4reactions
jvtrigueroscommented, Sep 27, 2019

I’ve confirmed that @kamranayub solution does fix it. As a workaround, you can add this as Custom CSS in the add-on preferences:

.discussion-sidebar {
  position: relative;
}
2reactions
kamranayubcommented, Sep 25, 2019

Hi, maybe this helps! It looks like .discussion-sidebar is missing position: relative for z-index to take effect. Once I add that, z-index is working:

image

https://<ghe url>/app/app/assets/stylesheets/components/discussion-timeline.scss

Read more comments on GitHub >

github_iconTop Results From Across the Web

Prevent popup from getting hidden behind other elements on ...
A have a popup div. But on popup it is getting hidden behind other elements on the page. How can I ensure that...
Read more >
Allow or block pop-ups in Safari on Mac - Apple Support
In Safari on your Mac, block pop-up windows from websites. ... Note: Blocking pop-ups might also block some content you want to see....
Read more >
Diagnosis: z-index (submenu hidden behind content)
The element on the bottom may be hidden by the element on top. The z-index property of an element determines how an element...
Read more >
Considerations for Styling a Modal | CSS-Tricks
We have a complete guide to centering in CSS. ... to make the default .modal class be hidden by default, likely with display:...
Read more >
Block pop-ups in Microsoft Edge
The Microsoft Edge feature that blocks pop-ups is effective in preventing websites from automatically opening a new window or tab, or a partial...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found