Skip to content

Commit dae84fb

Browse files
committed
Move toasts so they don't overlap run button
1 parent f63d0f3 commit dae84fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/toast/GlobalToast.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ function updateToastPosition() {
6464
6565
styleElement.textContent = `
6666
.p-toast.p-component.p-toast-top-right {
67-
top: ${rect.top + 20}px !important;
67+
top: ${rect.top + 100}px !important;
6868
right: ${window.innerWidth - (rect.left + rect.width) + 20}px !important;
6969
}
7070
`

0 commit comments

Comments
 (0)