adith visnu
Posts: 0
Joined: Mon Jul 07, 2014 6:32 am

Drag panel until whitespace. its clear?

hmm.
let me makes clear this problem

  1. Click the "Profil" on Navbar
  2. CLICK inside panel and HOLD your click
  3. then drag to right side
Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

Drag panel until whitespace. its clear?

Hi Adith,

Yes this time i'm be able to reproduce it.

The culprit if this behaviour your custom CSS style:

pre

.ui-panel {
width: 70% !important;
}

/pre

Please remove this CSS code.

Take a look on screen shot for details: http://prntscr.com/49xzb7/direct

Regards.

adith visnu
Posts: 0
Joined: Mon Jul 07, 2014 6:32 am

Drag panel until whitespace. its clear?

Hi Yurii,

Thanks, that code is work.
but would you explain to me, why that happened?
and, if i want to sizing the panel, what must i do ?

Thanks

Regards

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

Drag panel until whitespace. its clear?

Hi Adith,

Please use this JS to apply certain width to your panel:

pre

.ui-panel {
width: 70%;
}

.ui-panel-closed.ui-panel{
width: 0;
}

/pre

Regards.

Return to “Issues”