Skip to content

Instantly share code, notes, and snippets.

View jaffbeto's full-sized avatar

Alberto Fernandes jaffbeto

View GitHub Profile
@jaffbeto
jaffbeto / css-tricks-almanac-scrollbars.markdown
Created May 28, 2020 08:56
CSS-Tricks Almanac: Scrollbars
* {
box-sizing:border-box;
}
.container {
position: relative;
display:block;
margin:0px auto;
width: 100%;
max-width:1170px;
font-family:Arial;