TopCenterApp - Forum

Forum Navigation
You need to log in to create posts and topics.

TopCenterApp

I used TopCenterApp in App event>start-up, when I run my app it pulls up the page with a little vibrate, which is unpleasant,

Is there any way to do this job with CSS?

 

@asmat try this:

body{
  position:absolute;
  top:0px!important;
  left:0px;
  right:0px;
  bottom:auto;
  margin:auto;
}

Regards.

Thank you master @luishp.