I have a layout page which I use in every pages. Among these Cshtml pages, I need to remove scroll bar from some. I gave a code, which is working fine in google chrome, but failing in internet explorer. Can any one help me? Thanks in advance.My code is below
document.getElementsByTagName('body')[0].style = 'overflow: hidden';