fix: Element overlaying last backlink (#9699)

closes #9696
This commit is contained in:
Tom Moor
2025-07-21 08:35:57 -04:00
committed by GitHub
parent bdf89e5de8
commit 875d0c1d55
+1 -2
View File
@@ -743,7 +743,6 @@ const RevisionContainer = styled.div<RevisionContainerProps>`
const Footer = styled.div`
position: fixed;
width: 100%;
bottom: 12px;
right: 20px;
text-align: right;
@@ -758,7 +757,7 @@ const Background = styled(Container)`
`;
const ReferencesWrapper = styled.div`
margin-top: 16px;
margin: 12px 0;
@media print {
display: none;