How do I change the with of the results panel? #1051
Unanswered
jornwildenbeest
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Which version did you use before that didn't have this issue? I don't think there was a change related to this |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hi,
Since update 1.6.0 I can't figure out how to change the width of the results panel. I also need to change on screen width change.
Old searchbar:

So the width of the input field can change when resizing your screen. So I made the results panel width resize aswel when resizing your screen. I did this through the
fixAutocompleteCssSticky
function.But with the new update it seems this function is not being used anymore.
Right now I have the following problem:
I can't get the width of the results panel to change to the input field because somewhere in the code the width and some other styles are already set.
And I can't figure out which function to use to resize the results panel.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions