1
0
mirror of https://github.com/flarum/core.git synced 2025-07-23 17:51:24 +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 ab8127238e
commit 0c7da167c2

View File

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