mirror of
https://github.com/flarum/core.git
synced 2025-07-30 21:20:24 +02:00
fix: infinite scroll not initialized for notifications on big screens (#3733)
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
padding: 0;
|
||||
|
||||
.NotificationList-content {
|
||||
max-height: 70vh;
|
||||
max-height: ~"min(70vh, 800px)";
|
||||
overflow: auto;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user