1
0
mirror of https://github.com/flarum/core.git synced 2025-08-06 16:36:47 +02:00

Add infinite scrolling in the notifications list

This commit is contained in:
Toby Zerner
2017-12-13 15:28:54 +10:30
parent 0c1e90719c
commit 3e29761d12
4 changed files with 260 additions and 124 deletions

View File

@@ -6,7 +6,6 @@
.NotificationList-content {
max-height: 70vh;
overflow: auto;
padding-bottom: 10px;
}
}
& .Dropdown-toggle .Button-label {