Skip to content

Commit

Permalink
fix: remove weird scrollbars (#2391)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcooke authored Mar 22, 2023
1 parent 159509a commit b22f1bd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
}

.siteContent__main {
@include scrollbars(12px);
flex: 1 1 auto;
z-index:100;
overflow-y:scroll;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@
flex: 0 0 auto;
color:#fff;
z-index:1000;
border-right:12px solid #efefef;

.browser-firefox & {
border-right: 15px solid #fafafa;
}
}

.siteHeader__inside {
Expand Down

0 comments on commit b22f1bd

Please sign in to comment.