Make large content of popovers scrollable. Unfortunately, I can't take 100%.

This commit is contained in:
Martin Edenhofer 2014-08-27 15:25:47 +02:00
parent a7bb402fa4
commit 753a6d5b0e

View file

@ -2115,6 +2115,8 @@ footer {
.popover-content {
padding: 0 17px 10px;
max-height: 600px;
overflow-y: scroll;
}
.popover.right { margin-left: 4px; }