NetTalk Central

Author Topic: Lost scrollbar on drop down on forms  (Read 1861 times)

Niels Larsen

  • Sr. Member
  • ****
  • Posts: 420
    • View Profile
    • Email
Lost scrollbar on drop down on forms
« on: December 27, 2020, 10:26:00 AM »
Hi Bruce

In NT 12.03 I have lost the scrollbar on drop down controls.
I can probably fix it with css, but would be nice if it works as usual.

Regards Niels

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11179
    • View Profile
Re: Lost scrollbar on drop down on forms
« Reply #1 on: December 27, 2020, 09:39:25 PM »
added for 12.04

A class has been added to the "dropped" portion;
nt-select-height
this defaults to 15em (about 6 lines) but you can create this class in your custom.css and set it to anything you like.

If you prefer the endless-select, without the scroll bar, then just set it to auto.

.nt-select-height{height:auto}


Cheers
Bruce
« Last Edit: December 27, 2020, 09:49:53 PM by Bruce »

Niels Larsen

  • Sr. Member
  • ****
  • Posts: 420
    • View Profile
    • Email
Re: Lost scrollbar on drop down on forms
« Reply #2 on: December 28, 2020, 12:31:34 AM »
Thansk!