This was really simple than I thought. You just need to add following CSS lines to your style sheets.
ui-autocomplete
{
max-height: 250px;
overflow-y: auto;
overflow-x: hidden;
}
Hope this will help you.
Windows 7, Linux, Mac, JavaScript, jQuery, ExtJs, Angular, .NET, Java, Android, iOS, php, mysql, lucene and more...
Showing posts with label CSS. Show all posts
Showing posts with label CSS. Show all posts
Tuesday, July 21, 2015
Sunday, August 3, 2014
Force Image Width and Height Without Stretching
So here is the story. I just wanted to create an image tag which has the same size of source image size. My problem was whenever the image source size larger than image tag html element image is fitting to borders.
I found the solution after few hours of googling and changing very few CSS lines.
All you have to do is add a style to your img tag like this.
style = "width: auto;height: auto;"
I'll upload the jsfiddle ASAP.
Happy coding fellows....
I found the solution after few hours of googling and changing very few CSS lines.
All you have to do is add a style to your img tag like this.
style = "width: auto;height: auto;"
I'll upload the jsfiddle ASAP.
Happy coding fellows....
Subscribe to:
Posts (Atom)
-
Recently I purchased nord-vpn for testing. But I could not use their service due to a technical reason. So I wanted to cancel and get my mo...
-
Hi All I couldn't debug my C# class library project due to this issue for last few month. So this is the fix. 1. Right mouse click on...
-
Lucene - Previous 1. Add Lucene.net to your application. Copy Lucene.Net project to your solution folder or copy Lucene.Net.dll to your ...