mardi 5 mai 2015

Hide vertical scrollbar for specific page in mvc 4

Using following css code I can disable vertical scroll bar for whole mvc 4 project view files.

body {
 overflow-y: hidden!important;
}

But how to disable vertical scrollbar for specific cshtml view page

Aucun commentaire:

Enregistrer un commentaire