This topic is locked
[SOLVED]

Add scrollbar to suggestions ( autocomplet)

5/27/2022 3:17:08 AM
PHPRunner General questions
I
IKA9 author

hi everyone , as my title mentioned
Iwant to use scrolling bar with phprunner autocomplet as it loads very fast

I have a form with 4 input every input have more than 40 k of data
Ihave tried other ways work perfect but slow loading data
I also aware about option of select / search .
the person using it they say not convenient .
any hint will much appreciate ,tq

Sergey Kornilov admin 5/27/2022

A screenshot that explains what needs to be modified would be nice.

Anyway, I think you need to add a scrollbar to a div or a popup window. Normally this is done with the help of CSS and here is how you can do this:
https://www.geeksforgeeks.org/making-a-div-vertically-scrollable-using-css/

Also there are two videos that explain in depth the CSS topic:
https://www.youtube.com/watch?v=_DmMYRCUtU8
https://www.youtube.com/watch?v=yFnD38oslIc

I
IKA9 author 5/28/2022

thank you admin for the tip