improve(UX) remove useless scroll bar for Chrome

This commit is contained in:
kerms 2024-06-15 16:41:20 +08:00
parent 418a31ce6d
commit 949ef16e7f
1 changed files with 2 additions and 2 deletions

View File

@ -170,12 +170,12 @@
</el-tooltip> </el-tooltip>
<p></p> <p></p>
</div> </div>
<div ref="RxHexDumpRef" class="p-0.5 border-2 rounded w-full overflow-scroll font-mono text-nowrap"> <div ref="RxHexDumpRef" class="p-0.5 border-2 rounded w-full overflow-y-scroll font-mono text-nowrap">
<p v-html="store.RxRemainHexdump"></p> <p v-html="store.RxRemainHexdump"></p>
</div> </div>
</div> </div>
<div class="shrink-0 min-h-6 flex gap-2 justify-between overflow-y-scroll"> <div class="shrink-0 min-h-6 flex gap-2 justify-between">
<div class="flex gap-2"> <div class="flex gap-2">
<el-link @click="clearSendInput"> <el-link @click="clearSendInput">
<el-tag class="font-mono" size="small"> <el-tag class="font-mono" size="small">