How can I increase a scrollbar's width using CSS?

后端 未结 6 1986
旧时难觅i
旧时难觅i 2020-12-02 22:32

Is it possible to increase the width of a scrollbar on a

element placed inside the ?

I am not talking about the def

6条回答
  •  温柔的废话
    2020-12-02 22:34

    Yes.

    If the scrollbar is not the browser scrollbar, then it will be built of regular HTML elements (probably divs and spans) and can thus be styled (or will be Flash, Java, etc and can be customized as per those environments).

    The specifics depend on the DOM structure used.

提交回复
热议问题