Project

General

Profile

« Previous | Next » 

Revision 9bc1f99c

Added by Tomer Brisker over 8 years ago

Fixes #11388 - Popovers display with correct size and dismiss on next click

View differences:

app/assets/stylesheets/bootstrap_and_overrides.scss
float: none;
}
.popover{max-width: none}
.popover{
max-width: none;
z-index: 2000;
.popover-content {
max-height: 200px;
overflow-y: auto;
}
}
@-moz-document url-prefix() {
/* Workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=688556 */

Also available in: Unified diff