footer #download fixed to bottom
This commit is contained in:
@ -3,9 +3,13 @@
|
||||
}
|
||||
|
||||
#download {
|
||||
|
||||
footer {
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
position: absolute;
|
||||
z-index: -1;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -6372,7 +6372,10 @@ blockquote.tweet-xl a {
|
||||
}
|
||||
#download footer {
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
position: absolute;
|
||||
z-index: -1;
|
||||
}
|
||||
.preview-image {
|
||||
padding: 0;
|
||||
|
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user