Skip to content
This repository has been archived by the owner on May 12, 2019. It is now read-only.

Commit

Permalink
added scrollbar behavior. Adjusted z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Oct 7, 2015
1 parent 69f25ea commit d3b998e
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions assets/scss/modules/_global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@ mark {
::selection {
background: lighten($primary-color, 36%);
}
::-moz-selection {
background: lighten($primary-color, 36%);

::scrollbar {
display: none;
}

// ------------------------------
// TYPOGRAPHY
// ------------------------------
Expand Down Expand Up @@ -201,7 +203,6 @@ pre:hover {

.container {
position: relative;
z-index: 500;

width: $total-width - $gutter-width;
margin: 0 auto;
Expand All @@ -215,9 +216,7 @@ main {

padding: 2rem 3rem;

&.expanded {
overflow: hidden;
}


> .content {
padding: 2rem 0;
Expand Down

0 comments on commit d3b998e

Please sign in to comment.