Merge pull request #3207 from leamsigc/fix-documentation-scroll

Documentation Scroll  on the x-axis
This commit is contained in:
Shao Yu-Lung (Allen)
2022-07-30 11:07:32 +08:00
committed by GitHub

View File

@ -1,5 +1,7 @@
/* Custom CSS */
.article{
overflow-x:hidden;
}
.article a {
border-bottom: none;
}