SearchPanes Button opens partial Search Pane

SearchPanes Button opens partial Search Pane

MadBoyEvoMadBoyEvo Posts: 119Questions: 38Answers: 0

Link to test case:

https://jsfiddle.net/L2v4wcaz/

Error messages shown:
None
Description of problem:

When you open up SearchPane via button it only shows a partial window. The more things to search the fewer things are visible.

Any way why that happens? Bult-in Search Pane seems to work fine, just the one that opens on button press fails.

This question has an accepted answers - jump to answer

Answers

  • colincolin Posts: 15,237Questions: 1Answers: 2,599
    Answer ✓

    It's because you have the class overflowHidden on your container - so you are explicitly saying you want everything within the size of the container. You need to either remove that, or make the container larger,

    Colin

  • MadBoyEvoMadBoyEvo Posts: 119Questions: 38Answers: 0

    You're right. I now need to figure out how to remove overflowhidden without impacting other code - but I know what to look for. Thank you!

This discussion has been closed.