Ellen Schlechter
Posts: 0
Joined: Sun Aug 31, 2014 3:28 am

How can I use an input on the page while a popup is open?

I tried putting the button group in a grid with an assigned size. See screen shot below.
Image
Then I tried applying this code on page load but with it on page load, it would let me even go to that page so I put it on page show.

codeApperyio('mobilegrid_107').css('overflow' == 'scroll'); /code

The problem came came it because when I tested it, the grid size just expanded to how ever big it needed to be to hold all of the buttons instead of limiting the size and scrolling to see more results.

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

How can I use an input on the page while a popup is open?

Elen, you can use "auto" value for width and height properties

Ellen Schlechter
Posts: 0
Joined: Sun Aug 31, 2014 3:28 am

How can I use an input on the page while a popup is open?

I don't want an auto height though. I have a set size for it but it son't stay.

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

How can I use an input on the page while a popup is open?

I am sorry, not sure I understand you correctly. Please specify your question. Do you need static-size grid which has cell with scroll?

Ellen Schlechter
Posts: 0
Joined: Sun Aug 31, 2014 3:28 am

How can I use an input on the page while a popup is open?

I want the grid to be a specific size and when doesn't fit, I can scroll to see. I have tried setting the grid to a specific size already but it expands instead of remaining the assigned size.

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

How can I use an input on the page while a popup is open?

Please use this CSS for grid "mobilegridName":

pre[data-wrapper-for="mobilegridName"]{
overflow-y:auto;
height:100px;
}/pre

Return to “Issues”