lcdsantos / lcdsantos/jQuery-Selectric

Height of the whole page is expanded

Open
#203 1 comment 1 reaction 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.