Make large content of popovers scrollable. Unfortunately, I can't take 100%.
This commit is contained in:
parent
a7bb402fa4
commit
753a6d5b0e
1 changed files with 2 additions and 0 deletions
|
@ -2115,6 +2115,8 @@ footer {
|
|||
|
||||
.popover-content {
|
||||
padding: 0 17px 10px;
|
||||
max-height: 600px;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
.popover.right { margin-left: 4px; }
|
||||
|
|
Loading…
Reference in a new issue