fix default styles making code scrollbars always visible on chrome

This commit is contained in:
zyl 2025-01-14 23:12:57 -08:00
parent cb0c4e7391
commit e44b219335
Signed by: zyl
SSH key fingerprint: SHA256:uxxbSXbdroP/OnKBGnEDk5q7EKB2razvstC/KmzdXXs
2 changed files with 2 additions and 2 deletions

View file

@ -206,6 +206,6 @@ abbr {
& > pre {
padding: 8px;
overflow: scroll;
overflow: auto;
}
}

View file

@ -28,6 +28,6 @@
& > pre {
padding: 8px;
overflow: scroll;
overflow: auto;
}
}