pre scrollbar fixes

This commit is contained in:
りき萌 2024-02-08 13:49:22 +01:00
parent 83edc97b24
commit 5939db0cc6
2 changed files with 22 additions and 2 deletions

View file

@ -216,6 +216,11 @@ th-bc {
/* Grow to fill the entire available space. This pushes out th-bb to the far right. */
flex-grow: 1;
/* Bit of a hack to make <pre>s in <th-bc> have scrollbars proper. */
&:has(pre) {
overflow: auto;
}
}
/* Display a chevron hinting that the collapsed branch has more content in its children. */