Skip to content

Commit

Permalink
avoid resize handle overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tomivirkki committed Sep 25, 2024
1 parent b8bb026 commit b1b174f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/dashboard/src/vaadin-dashboard-widget.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ class DashboardWidget extends DashboardItemMixin(ControllerMixin(ElementMixin(Po
cursor: grab;
line-height: 1;
z-index: 1;
overflow: hidden;
}
#resize-handle::before {
Expand Down

0 comments on commit b1b174f

Please sign in to comment.