footer position fix

This commit is contained in:
Priyatham Sai Chand 2021-04-21 11:09:08 +05:30
parent 75d7c0da01
commit ff3764a69b
1 changed files with 1 additions and 2 deletions

View File

@ -47,7 +47,6 @@
} }
.footer { .footer {
bottom: 0; bottom: 0;
position: absolute;
padding: 13px; padding: 13px;
width: 100%; width: 100%;
} }
@ -306,7 +305,7 @@
.theme-dark .footer { .theme-dark .footer {
border-top: 2px solid #2e3241; border-top: 2px solid #2e3241;
color: white; color: white;
background-color: #2e3241; background-color: #191d28;
} }
.theme-dark .header-button { .theme-dark .header-button {
background-color: #2e3241; background-color: #2e3241;