Skip to content

Commit

Permalink
Fixed notification modal transparent background
Browse files Browse the repository at this point in the history
  • Loading branch information
ndobb committed Jan 11, 2022
1 parent 917aeb7 commit ef63db8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/

.notification-modal {
background-color: rgba(0,0,0,0.02);
background-color: white;
bottom: 4%;
border: 1px solid rgb(230,230,230);
box-shadow: 0px 4px 10px rgba(7, 7, 7, 0.3);
Expand Down

0 comments on commit ef63db8

Please sign in to comment.