Fix docked actionbar expanding menu height (#2027)

This commit is contained in:
Chenlei Hu
2024-12-23 10:15:05 -05:00
committed by GitHub
parent cfb884b118
commit 47435cdfed

View File

@@ -230,6 +230,10 @@ watch([isDragging, isOverlappingWithTopMenu], ([dragging, overlapping]) => {
@apply p-1;
}
.is-docked :deep(.p-panel-content) {
@apply p-0;
}
:deep(.p-panel-header) {
display: none;
}