I have the following case, that in my application I have two scroll, as I do so that only one, the one that is inside, comes out.
PS: I do not take css.
Hidden overflow is added to the element that is generating the scroll, in this case the outside scroll is the one that the browser generates when the site is too long; You could try adding it to the body
body { overflow: hidden; }