pre scrollbar fixes
This commit is contained in:
parent
83edc97b24
commit
5939db0cc6
2 changed files with 22 additions and 2 deletions
|
@ -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. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue