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.

Close button invisible

See original GitHub issue

I have dropped the example code provided with react-image-lightbox v3.1.0 in my project, all works fine, but the close button is invisible. The zoom buttons are visible (and functional) though.

From the browser element inspector:

<li class="ril-toolbar__item toolbarItem___3WbMb">
    <button type="button" class="close ril-close ril-toolbar__item__child toolbarItemChild___2U_MP builtinButton___1zqo6 closeButton___3BdAF"></button>
</li>

Am I missing something, any clue?

Edit: I can click the close button, but there’s no icon.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
fritz-ccommented, Oct 23, 2017

@dongapplyboard I’m afraid that’s a limitation of the way I’ve put things together. However, it looks like react-emotion has a function called injectGlobal for inserting styles in times like these, without having to use a separate stylesheet.

0reactions
fritz-ccommented, Oct 24, 2017

@dongapplyboard You might be able to absolutely position it.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Minimize/Maximize/Close Buttons Missing [Chrome, Windows]
The reason why Minimize, Maximize and Close buttons disappeared is probably because of some kind of error with dwm.exe (Desktop Window Manager), ...
Read more >
minimize/maximize/close buttons missing - Microsoft Community
Press Ctrl + Shift + Esc to start Task Manager. When Task Manager opens, locate Desktop Windows Manager, right click it and choose...
Read more >
Minimize, Maximize, and Close buttons invisible after latest ...
After the most recent update, currently on 92.0, the Minimize, Maximize, and Close buttons are invisible. They are still there and I can...
Read more >
c# - How to hide only the Close (x) button? - Stack Overflow
If you want ONLY the X to show, in the Form Designer under the "Windows Style" section for the form, set the following:...
Read more >
Close, maximize, minimize buttons not visible : r/edge - Reddit
Right click on your desktop and select Personalise and go to Colours. You need to ensure the Accent colour you've selected is light...
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