Horje
custom horizontal scrollbar css Code Example
custom horizontal scrollbar css
::-webkit-scrollbar {
  height: 4px;              /* height of horizontal scrollbar ← You're missing this */
  width: 4px;               /* width of vertical scrollbar */
  border: 1px solid #d5d5d5;
}

Since logically one cannot force a vertical scrollbar to be a certain height (since dictated by the positioned parent) 
Therefore such height property is to target the horizontal's scrollbar height 
and vice-versa (width for the width of the vertical scrollbar).




Css

Related
rust get current date Code Example rust get current date Code Example
css loading spinner with text Code Example css loading spinner with text Code Example
simple css reset Code Example simple css reset Code Example
curved lines css Code Example curved lines css Code Example
css hollow circle Code Example css hollow circle Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9