Page 1 of 1

Modal Screen as a popup

Posted: Thu Sep 22, 2016 2:36 pm
by Kurt Spangsbjerg Petersen

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? Image


Modal Screen as a popup

Posted: Thu Sep 22, 2016 8:34 pm
by Sam8264500

Hi

I am also looking something like this.

I need to chanfe the way the modal screen looks .

How to achieve this


Modal Screen as a popup

Posted: Fri Sep 23, 2016 6:56 am
by Serhii Kulibaba

Hello Sam,

You can apply any custom CSS you want here.
Could you clarify what you have tried and what exactly does not work?


Modal Screen as a popup

Posted: Fri Sep 23, 2016 7:00 am
by Sam8264500

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


Modal Screen as a popup

Posted: Sat Sep 24, 2016 9:42 am
by Serhii Kulibaba

Please use a CSS selector below for the modal component:
pre.modal{
/* Put any custom CSS here */
}/pre