Skip to content

Commit

Permalink
regreso a original
Browse files Browse the repository at this point in the history
pendiente: revisar error con commit 
 Added Scroll Functionality to Sidebar academicpages#2025 
academicpages#2025
  • Loading branch information
0vlax0 authored Apr 5, 2024
1 parent 1c7bea6 commit aceea9f
Showing 1 changed file with 1 addition and 24 deletions.
25 changes: 1 addition & 24 deletions _sass/_sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,6 @@
@include clearfix();
margin-bottom: 1em;

@media screen and (min-width: $sidebar-min-width) {
height: 100vh;
overflow-y: auto; // Add scrollbar if the sidebar is too long
position: fixed;
padding-top: $masthead-height;
}

@include breakpoint($large) {
@include span(2 of 12);
opacity: 1;
Expand All @@ -31,8 +24,8 @@
}
}


@include breakpoint($x-large) {
max-width: $sidebar-link-max-width;
padding-right: 0;
}

Expand Down Expand Up @@ -128,22 +121,6 @@
font-size: $type-size-5;
}

.sidebar .author__desktop {
display: none;
@media screen and (min-width: 1024px) {
display: block;
}
}

.author__pronouns {
margin: 0;

@include breakpoint($large) {
margin-top: 10px;
margin-bottom: 10px;
}
}

.author__bio {
margin: 0;

Expand Down

0 comments on commit aceea9f

Please sign in to comment.