mirror of
https://github.com/flarum/framework.git
synced 2025-01-06 10:33:46 +08:00
Give notifications dropdown a responsive max height
This commit is contained in:
parent
ab8127238e
commit
0c7da167c2
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user