Skip to content

Commit

Permalink
Dev: Set overflow to auto in notification list
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Aug 4, 2016
1 parent 13c681b commit f5196bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styles/Sea_Green/css/lime-admin-common.css
Expand Up @@ -2051,7 +2051,7 @@ table#responsedetail tr td{
font-size: 14px;
border-radius: 4px;
background-clip: padding-box;
overflow-y: scroll;
overflow-y: auto;
}

.notification-list > li > a {
Expand Down

0 comments on commit f5196bd

Please sign in to comment.