Document Body Style Overflow. Definition and Usage The overflow property sets or returns what to do with content that renders outside the element box Tip If you want to hide the scrollbars of the entire document use the overflow property on the body or the html elementCode sample// Use the overflow property to scroll overflowing contentdocumentgetElementById(“myDIV”)styleoverflow = “scroll”Was this helpful?Thanks! .
I’m trying to change the body overflowY to “hidden” through a JavaScript function I’ve tried both of the following documentbodystyle [‘overflowy’] = ‘hidden’ documentbodystyleoverflowY = “hidden” In both cases it didn’t work However in both cases using just overflow without X or Y works fine!20160530201307102012090520120613.
javascript changing body.style.overflowY or X
.
Using Position Absolute Inside A Scrolling Overflow Container
W3Schools overflow Property HTML DOM Style
.