Skip to content

Commit

Permalink
Archived: Fixing scrollbar issue on smaller screens
Browse files Browse the repository at this point in the history
  • Loading branch information
Garneauma committed Nov 24, 2023
1 parent 74b26eb commit eba3866
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion components/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -143,14 +143,21 @@

.gc-archv {
background-color: #ffd700 !important;
padding: 25px 50px;
border: none;
border-radius: 0;
padding: 25px 0px;

h2 {
margin-top: 0;
}

.mfp-close.overlay-close {
color: #000;

&:focus, &:focus-visible {
outline: 5px auto rgb(0, 95, 204);
outline-offset: -2px;
}
}
}

Expand Down

0 comments on commit eba3866

Please sign in to comment.