Started updating Bootstrap to v4

This commit is contained in:
n1474335 2018-03-02 14:04:58 +00:00
parent 8360c9e9f9
commit d166dda229
8 changed files with 22 additions and 14 deletions

View file

@ -143,8 +143,8 @@ optgroup {
border-color: var(--popover-border-colour);
}
.popover-content {
max-height: 90vh;
.popover-body {
max-height: 95vh;
overflow-y: auto;
}