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
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 22m37s
This commit is contained in:
@ -475,7 +475,7 @@ class TfMessageElement extends LitElement {
|
||||
</style>
|
||||
<div
|
||||
class="w3-card-4 ${this.class_background()} w3-border-theme w3-margin"
|
||||
style="overflow: scroll; overflow-wrap: anywhere; display: block; max-width: 100%"
|
||||
style="overflow: auto; overflow-wrap: anywhere; display: block; max-width: 100%"
|
||||
>
|
||||
${inner}
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user