ssb: Every now and then I load in Chrome and see everywhere I used overflow: scroll when I wanted overflow: auto.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 22m37s

This commit is contained in:
2025-01-02 08:58:10 -05:00
parent 7ecda69703
commit fd40596ce7
4 changed files with 4 additions and 4 deletions

View File

@ -559,7 +559,7 @@ class TfElement extends LitElement {
class="w3-theme-dark"
>
<div style="flex: 0 0">${tabs}</div>
<div style="flex: 1 1; overflow: scroll; contain: layout">
<div style="flex: 1 1; overflow: auto; contain: layout">
${contents}
</div>
</div>