Showing posts with label Css. Show all posts
Showing posts with label Css. Show all posts

Wednesday, April 6, 2016

Glowing blue border around an input field

Glowing blue border around an input field

Chrome browser adds a blue/golden border on selected input field.
This blue border is visible on chrome browser only.




Tuesday, March 29, 2016

Prevent scrolling of the page when pop-up is open


Solution#1 

On modal popup open add following css
body {
    overflow: hidden;
}