Skip to content

Commit

Permalink
Update styless.css
Browse files Browse the repository at this point in the history
  • Loading branch information
itzfew authored Jan 30, 2025
1 parent 7d679b0 commit 911d858
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions styless.css
Original file line number Diff line number Diff line change
Expand Up @@ -189,15 +189,16 @@ button:hover {
position: absolute;
top: 40px;
right: 0;
width: 400px;
max-height: 400px;
overflow-y: auto;
width: 95vw;
max-height: 90vh; /* Limit max height to viewport height */
background-color: #fff;
border: 1px solid #ddd;
border: 1px solid #ddd;
border-radius: 5px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
padding: 10px;
z-index: 1000;
box-sizing: border-box; /* Prevent padding from increasing the dropdown width */
overflow-y: auto;
}

.notification-item {
Expand Down

0 comments on commit 911d858

Please sign in to comment.