mirror of
https://github.com/liamcottle/reticulum-meshchat.git
synced 2026-04-28 00:20:48 +00:00
fix overflow
This commit is contained in:
parent
8522e3654d
commit
3e8d73ff2f
1 changed files with 1 additions and 1 deletions
|
|
@ -347,7 +347,7 @@
|
|||
<template v-if="tab === 'messages'">
|
||||
|
||||
<!-- peer selected -->
|
||||
<div v-if="selectedPeer" class="m-2 flex flex-col h-full border rounded-xl bg-white shadow">
|
||||
<div v-if="selectedPeer" class="m-2 flex flex-col h-full border rounded-xl bg-white shadow overflow-hidden">
|
||||
|
||||
<!-- header -->
|
||||
<div class="flex p-2 border-b border-gray-300">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue