lcdsantos / lcdsantos/jQuery-Selectric
Height of the whole page is expanded
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 715
- Forks
- 149
- PR merge metrics
- No merged PRs in 30d
Description
I am using selectric with Plus Theme.
After the initialisation the page height is resized to the height of all the select items list. example
To fix this you need to modify the css file:
.selectric-items {
display: none;
}
.selectric-open .selectric-items {
display: block;
}
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the stylesheet that defines .selectric-items and .selectric-open .selectric-items, then reproduce the initialization behavior using the linked example. The work is complete when the page no longer expands to the full hidden options list, while the options still appear when the select is opened.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- css, javascript, jquery
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 50/100