Skip to content

Background Content Visible in Modal  #886

@dhairyasenjaliya

Description

@dhairyasenjaliya

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:

  1. 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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions