Skip to content

Commit 8a4477a

Browse files
fix: toast css override (#137)
1 parent 913b88d commit 8a4477a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/authz-module/index.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
// Ensure toast appears above modal
121121
z-index: 1000;
122122
// Move toast to the right
123-
left: auto;
123+
left: auto !important;
124124
right: var(--pgn-spacing-toast-container-gutter-lg);
125125
}
126126

0 commit comments

Comments
 (0)