mirror of
https://github.com/flarum/framework.git
synced 2024-12-11 21:43:38 +08:00
Give notifications dropdown a responsive max height
This commit is contained in:
parent
ab8127238e
commit
0c7da167c2
|
@ -4,7 +4,7 @@
|
|||
overflow: hidden;
|
||||
|
||||
& .notifications-content {
|
||||
max-height: 600px;
|
||||
max-height: 70vh;
|
||||
overflow: auto;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user