Skip to content

Commit

Permalink
fixing z-index of scroll to top button and making it bigger
Browse files Browse the repository at this point in the history
  • Loading branch information
DerLev committed Apr 26, 2024
1 parent 2f232e1 commit a30b915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homepage/styles/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ time[data-hover] {
}

button.scroll-to-top-button {
@apply block fixed bottom-0 right-0 mb-4 mr-5 rounded-full p-1.5 bg-neutral-800/45 backdrop-blur transition-opacity text-neutral-300 shadow-lg;
@apply block fixed bottom-0 right-0 mb-4 mr-5 rounded-full p-2 bg-neutral-800/45 backdrop-blur transition-opacity text-neutral-300 shadow-lg z-50 text-lg;

&.hidden {
@apply opacity-0 duration-500;
Expand Down

0 comments on commit a30b915

Please sign in to comment.