mirror of
https://github.com/HeyPuter/puter.git
synced 2026-05-02 04:59:23 -05:00
Update style.css
This commit is contained in:
@@ -2446,6 +2446,7 @@ label {
|
||||
margin-bottom: 10px;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
pointer-events: all;
|
||||
}
|
||||
.notification-wrapper{
|
||||
overflow: visible;
|
||||
@@ -2499,6 +2500,7 @@ label {
|
||||
right: 10px;
|
||||
z-index: 1000;
|
||||
padding-top: 30px;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.notifications-close-all{
|
||||
@@ -2519,6 +2521,9 @@ label {
|
||||
.notifications-close-all:hover{
|
||||
background-color: #dee1e3;
|
||||
}
|
||||
.notification-container.has-multiple{
|
||||
pointer-events: all;
|
||||
}
|
||||
.notification-container.has-multiple:hover .notifications-close-all{
|
||||
pointer-events: all;
|
||||
opacity: 1 !important;
|
||||
|
||||
Reference in New Issue
Block a user