Increase width of actionbar drag handle (#2511)

This commit is contained in:
bymyself
2025-02-11 08:29:26 -07:00
committed by GitHub
parent e3f226e483
commit 6a9d309818

View File

@@ -239,4 +239,8 @@ watch([isDragging, isOverlappingWithTopMenu], ([dragging, overlapping]) => {
:deep(.p-panel-header) {
display: none;
}
.drag-handle {
@apply w-3 h-max;
}
</style>