Skip to content

Commit

Permalink
changed breakpoint and fixed toast behind mask
Browse files Browse the repository at this point in the history
  • Loading branch information
J0taFerreira committed Oct 5, 2023
1 parent 7f5fb27 commit 8094a7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions style-sheets/primevue-components-overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@ outline: 0.125rem solid #ffffff;
/* ------------------------------------ primevue toast --------------------------------- */

.#{variables.$primevue-prefix}-toast {
z-index: 99999;
z-index: 9999 !important;
}

.#{variables.$primevue-prefix}-toast
Expand Down Expand Up @@ -839,7 +839,7 @@ outline: 0.125rem solid #ffffff;

}

@media (min-device-width: 1366px) {
@media (min-device-width: 1024px) {

.#{variables.$primevue-prefix}-sidebar-mask,
.#{variables.$primevue-prefix}-sidebar-left
Expand Down

0 comments on commit 8094a7d

Please sign in to comment.