Skip to content

Commit

Permalink
Fixes issue elotroalex#5, page jumping to top when sidebar toggled.
Browse files Browse the repository at this point in the history
  • Loading branch information
csforste committed Jan 28, 2016
1 parent 9436a53 commit eca1359
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions public/css/lanyon.css
Original file line number Diff line number Diff line change
Expand Up @@ -202,11 +202,7 @@ a.sidebar-nav-item:focus {

/* Hide the sidebar checkbox that we toggle with `.sidebar-toggle` */
.sidebar-checkbox {
position: absolute;
opacity: 0;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
display: none;
}

/* Style the `label` that we use to target the `.sidebar-checkbox` */
Expand Down

0 comments on commit eca1359

Please sign in to comment.