-
Notifications
You must be signed in to change notification settings - Fork 810
Closed
Description
Summary: Please do check the screenshot attached as currently using the minimal demo from package I'm able to see content from the background which I don't want to display in modal any styling problem might be the case
Steps to reproduce:
- Used as per the example provided in package
Styles that I have passed in modal
const customStyles = {
content: {
top: "50%",
left: "50%",
right: "auto",
bottom: "auto",
marginRight: "-50%",
transform: "translate(-50%, -50%)",
background: "rgba(22, 11, 139, 0.8)",
},
};
I want to remove the pagination button as well as Mapbox text from the background