Hi
I would like to use the modal screen as a popup. It should appear "in front" of the screen were it was called.
I've played around with css (transparent, opacity etc.). Any ideas how to do this?
Hi
I am also looking something like this.
I need to chanfe the way the modal screen looks .
How to achieve this
Hello Sam,
You can apply any custom CSS you want here.
Could you clarify what you have tried and what exactly does not work?
Hi Sergiy
I haven't tried anything because i don't know how to change the css of the entire modal.
I saw the question from Kurt and i realized i want to do exactly the same thing
You can see the screenshot from Kurt. How to achieve that
Please use a CSS selector below for the modal component:
pre.modal{
/* Put any custom CSS here */
}/pre