NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started 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
-
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
-
Thansk!