Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 597cfb9573 |
@@ -4626,6 +4626,7 @@ a:active,
|
||||
.notification-center {
|
||||
position: relative;
|
||||
display: inline-flex;
|
||||
z-index: 9999;
|
||||
}
|
||||
|
||||
.notification-bell {
|
||||
@@ -4679,7 +4680,7 @@ a:active,
|
||||
border: 1px solid var(--border);
|
||||
border-radius: 12px;
|
||||
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
|
||||
z-index: 100;
|
||||
z-index: 9999;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
overflow: hidden;
|
||||
|
||||
Reference in New Issue
Block a user