Skip to content
Advertisement

unable to add a border to popup modal

I am using a Popup modal component from the reactjs-popup library.

JavaScript

This is how it looks like: enter image description here

I want to add a thick black border to the popup component. How can I do so? My current css doesnt seem to work.

JavaScript

Advertisement

Answer

You need to set border-style: solid; the default is none. (maybe border-width too)

User contributions licensed under: CC BY-SA
4 People found this is helpful
Advertisement