Skip to content

Commit

Permalink
fix(): enable clicking on the page if notice is turned on, #817
Browse files Browse the repository at this point in the history
  • Loading branch information
nobilo committed Oct 26, 2022
1 parent de5d195 commit 05ba93b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/components/src/styles/global/notices.sass
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
margin: 0 !important
overflow: hidden !important
z-index: 1000 !important
pointer-events: none !important
flex-direction: column !important

.container
Expand All @@ -23,6 +24,8 @@
.bal-snackbar
justify-content: flex-end
align-self: flex-end
pointer-events: auto !important


&.has-toast
justify-content: flex-start
Expand All @@ -32,3 +35,4 @@
.bal-toast
justify-content: center
align-self: center
pointer-events: auto !important

0 comments on commit 05ba93b

Please sign in to comment.