NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Niels Larsen on December 27, 2020, 10:26:00 AM

Title: Lost scrollbar on drop down on forms
Post by: Niels Larsen 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
Title: Re: Lost scrollbar on drop down on forms
Post by: Bruce 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
Title: Re: Lost scrollbar on drop down on forms
Post by: Niels Larsen on December 28, 2020, 12:31:34 AM
Thansk!