- Posts: 33
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
LouisGac wrote: this commit solves the problem:
github.com/LimeSurvey/LimeSurvey/commit/...d15c20ca0565fad55784
we'll release it today
LouisGac wrote: in Bootswatch:
github.com/LimeSurvey/LimeSurvey/blob/ma...h/css/theme.css#L804
Vanilla:
github.com/LimeSurvey/LimeSurvey/blob/ma...a/css/theme.css#L746
Fruity:
github.com/LimeSurvey/LimeSurvey/blob/ma...y/css/theme.css#L818
/* Make sure question index menu is not too long. */ #index-menu ul.dropdown-menu { max-height: 50vh; overflow-y: scroll; }
LouisGac wrote: try to reduce 50vh to something else.
LouisGac wrote: try by using pixels instead of vh.
like 200px