jQuery-Selectric icon indicating copy to clipboard operation
jQuery-Selectric copied to clipboard

Height of the whole page is expanded

Open spwin opened this issue 8 years ago • 1 comments

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;
}

spwin avatar Aug 23 '17 09:08 spwin

Thank you! It took me awhile to figure out Selectric was causing it and this helped

jdavis avatar Jun 26 '18 22:06 jdavis