Difference between revisions of "Template:ATOMS-Turkiye/Test"
Line 46: | Line 46: | ||
} | } | ||
} | } | ||
+ | |||
+ | .scrollable-content { | ||
+ | overflow-x:hidden; | ||
+ | overflow-y:scroll; // manage scrollbar content overflow settings | ||
+ | } | ||
+ | .scrollable-content::-webkit-scrollbar { | ||
+ | width:30px; // manage scrollbar width here | ||
+ | } | ||
+ | .scrollable-content::-webkit-scrollbar * { | ||
+ | background:transparent; // manage scrollbar background color here | ||
+ | } | ||
+ | .scrollable-content::-webkit-scrollbar-thumb { | ||
+ | background:rgba(255,0,0,0.1) !important; // manage scrollbar thumb background color here | ||
+ | } | ||
Revision as of 02:45, 12 September 2015