Which CSS property defines the floating notification background? #686
Unanswered
samwcoulter
asked this question in
Q&A
Replies: 1 comment
-
|
Hi! The .notification-background {
background: red;
box-shadow: none;
border-radius: 15px;
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The background of all the notifications when they appear (floating - not in the notification center) is completely transparent. I can't figure out which CSS style property to change to fix it.
Here is my style sheet:
style.css
Beta Was this translation helpful? Give feedback.
All reactions