Skip to content

Commit

Permalink
Cursor de grab no diálogo
Browse files Browse the repository at this point in the history
  • Loading branch information
dgadelha committed Jan 7, 2025
1 parent f4043be commit 376d9e9
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ header {
display: flex;
align-items: center;
padding: 0.25rem 1rem;
cursor: grab;

&.cdk-drag-dragging {
cursor: grabbing;
}
}

.renderer-content {
Expand Down

0 comments on commit 376d9e9

Please sign in to comment.