I've implemented a CSS style to adjust the width of the scroll bar in my DIV element. However, I've noticed that in some areas of the div tag on the same page, the width is accurate while in others it appears incorrect.
My question is, if I apply this style, does it mean that I am setting the scroll bar width globally for the entire page? Is my understanding correct?
::-webkit-scrollbar {
width: 24px;
}