Skip to content
This repository was archived by the owner on Jan 26, 2025. It is now read-only.

fix footer z index #142

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion styles/donate.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
top: 50%;
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 100%
width: 100%;
z-index: 1;
}

@media only screen and (max-width: 768px) {
Expand Down