ssb: This fixes the attach menu being clipped. I will discover later what it breaks, I'm sure.

This commit is contained in:
2025-09-09 19:20:46 -04:00
parent 1c44857da4
commit b770619111
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
{
"type": "tildefriends-app",
"emoji": "🦀",
"previous": "&Hd6CuhhnZIf13PdFJYZBUYLYZO84WdaKvWXLC29M7Ac=.sha256"
"previous": "&TmGXHE7MH5esgm4ivaL5+AhZ3ETK1Qa77NDMq+HAsZA=.sha256"
}

View File

@@ -537,7 +537,7 @@ class TfMessageElement extends LitElement {
</style>
<div
class="w3-card-4 ${this.class_background()} w3-border-theme w3-margin-top"
style="overflow: auto; overflow-wrap: anywhere; display: block; max-width: 100%"
style="overflow-wrap: anywhere; display: block; max-width: 100%"
>
${inner}
</div>