fixes bug #9173 notification menu having unneeded scroll bars (#9229)

This commit is contained in:
maurnoc
2017-10-18 16:44:50 -04:00
committed by Sabe Jones
parent 7fbcc0a263
commit 9dc9faa70d

View File

@@ -108,7 +108,7 @@ div.item-with-icon.item-notifications.dropdown
.user-dropdown { .user-dropdown {
max-height: 350px; max-height: 350px;
overflow: scroll; overflow: auto;
} }
/* @TODO: Move to shared css */ /* @TODO: Move to shared css */