1
0
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:
Toby Zerner
2015-06-25 10:32:13 +09:30
parent 6d72fd16a3
commit ae8729250b

View File

@@ -4,7 +4,7 @@
overflow: hidden;
& .notifications-content {
max-height: 600px;
max-height: 70vh;
overflow: auto;
padding-bottom: 10px;
}