mirror of
https://github.com/flarum/core.git
synced 2025-07-21 16:51:34 +02:00
Give notifications dropdown a responsive max height
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
overflow: hidden;
|
||||
|
||||
& .notifications-content {
|
||||
max-height: 600px;
|
||||
max-height: 70vh;
|
||||
overflow: auto;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user