Skip to content

Commit

Permalink
Merge pull request #5960 from avalonmediasystem/footer_links
Browse files Browse the repository at this point in the history
Fix links in footer
  • Loading branch information
masaball authored Jul 29, 2024
2 parents 853aeda + 5f0f09d commit d370482
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/avalon/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
width: 100%;
min-height: 2.5rem;
color: #999999;
z-index: -1000;
z-index: 0;
}

footer {
Expand Down
1 change: 1 addition & 0 deletions app/assets/stylesheets/avalon/_playlists.scss
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@

#Playlists_paginate {
float: right;
z-index: 10;
}

/* Playlist copy modal */
Expand Down

0 comments on commit d370482

Please sign in to comment.