Fixed the footer going on top of the url form on mobile

This commit is contained in:
xemeds
2020-07-25 18:43:32 +00:00
parent 43062cd5e3
commit 4888627d07
+1
View File
@@ -40,6 +40,7 @@ body {
position: absolute; position: absolute;
left: 0; left: 0;
right: 0; right: 0;
z-index: 100;
background-color: #2c2c2c; background-color: #2c2c2c;
border-radius: 8px; border-radius: 8px;
padding: 30px 0px; padding: 30px 0px;