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