Fix last row line number overflow issue in diff2html block (#3199)

Fix #3198 

Current:


![image](https://github.com/user-attachments/assets/dee68f6d-ee12-424b-947c-e5b6d153d157)

After fix:


![Image](https://github.com/user-attachments/assets/310606f4-4359-499d-8865-228d9d638465)
This commit is contained in:
Zhipeng He 2025-07-17 01:26:38 +10:00 committed by GitHub
parent 72eb0a345d
commit f1406c47f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -644,6 +644,12 @@ footer.sticky-bottom {
} }
} }
// diff2html - Fix for diff2html line number overflow
.d2h-diff-table {
position: relative;
}
// Distill // Distill
.distill { .distill {