Skip to content

Commit

Permalink
hide webkit scroll bar default
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Lowinske committed Jul 2, 2018
1 parent 3dfca31 commit cc5e9ad
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
4 changes: 4 additions & 0 deletions css/customstyles.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/customstyles.css.map

Large diffs are not rendered by default.

9 changes: 5 additions & 4 deletions css/customstyles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ body {
color: $cl_blue;
}

::-webkit-scrollbar {
width: 0px;
background: transparent;
}

p {
@include paragraph-type;
color: $cl_blue;
Expand All @@ -29,10 +34,6 @@ p {
h1, h2 {
margin-top: 30px;
margin-bottom: 20px;

// @include at-query($min, $screen-sm) {
// margin-top: 35px;
// }
}

h3, h4, h5, h6 {
Expand Down

0 comments on commit cc5e9ad

Please sign in to comment.