cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X

How do popovers slide up and down

chen
4-Participant

How do popovers slide up and down

Now I have a project, I need to add many contents in the popover, but the contents are a little too much, which exceeds the maximum range of the set screen. Could you define the contents in the popover and drag them up and down to browse? thank you

ACCEPTED SOLUTION

Accepted Solutions

Hi @chen ,

 

on mobile project  I have an example of popup widget with a long list of buttons:

 

2021-12-01_13-59-36.jpg

The effect is that we can scroll the button to select the correct color

popup widget as floating and using there the following class defintion:

.popup-colors{
 border: 20px inset LemonChiffon;
 background-color:rgba(255,255,255,0.15);  
 overflow-y:scroll;
 z-index:10;
 border: 10px inset rgba(255,250,205,0.35); 
}

 

View solution in original post

3 REPLIES 3

Hi @chen ,

 

on mobile project  I have an example of popup widget with a long list of buttons:

 

2021-12-01_13-59-36.jpg

The effect is that we can scroll the button to select the correct color

popup widget as floating and using there the following class defintion:

.popup-colors{
 border: 20px inset LemonChiffon;
 background-color:rgba(255,255,255,0.15);  
 overflow-y:scroll;
 z-index:10;
 border: 10px inset rgba(255,250,205,0.35); 
}

 

chen
4-Participant
(To:RolandRaytchev)

1638425702(1).png1638425783(1).png

Am I doing this right?

chen
4-Participant
(To:RolandRaytchev)

it's working ,thank you very much!

Announcements
Top Tags