fix: issue in tab bar chrome height is not full due to wrapper element `div` (#7867)

Caused by PR #7858
master^2
mew 2026-04-30 15:45:44 +08:00 committed by GitHub
parent 99c38c93c8
commit e8dc464e79
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ onUnmounted(() => {
<template>
<ContextMenu v-bind="forwarded">
<ContextMenuTrigger as-child>
<div ref="triggerRef">
<div ref="triggerRef" class="contents">
<slot></slot>
</div>
</ContextMenuTrigger>