Fix #2555: make footer clickable on Docs page

The pseudo-element in the docs landing page was blocking the footer
links from being clickable.
This commit is contained in:
mDuo13
2024-04-24 10:22:53 -07:00
parent 70be0b262f
commit e07ead1672
2 changed files with 1 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@@ -94,8 +94,6 @@
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
// background-image set on the page-* classes
background-repeat: no-repeat;
background-position-x: left;