From c3c40464e1599cea1c5c92b3642e6447849888fb Mon Sep 17 00:00:00 2001 From: Piotr Gawron Date: Fri, 26 Jun 2020 13:20:59 +0200 Subject: [PATCH] max width is defined for popver content --- CHANGELOG | 2 ++ frontend-js/src/main/css/global.css | 1 + 2 files changed, 3 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 1f3548dd7..738762832 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -25,6 +25,8 @@ minerva (15.1.0) unstable; urgency=medium project did not allow to change other project details (#996) * Bug fix: when multi extension did not contain species type list import of SBML crashed + * Bug fix: when content of element popover is too wide the scrollbar is + visible (#1269) -- Piotr Gawron Thu, 18 Jun 2020 16:00:00 +0200 diff --git a/frontend-js/src/main/css/global.css b/frontend-js/src/main/css/global.css index 2bb316b76..8fa09db39 100644 --- a/frontend-js/src/main/css/global.css +++ b/frontend-js/src/main/css/global.css @@ -1112,6 +1112,7 @@ a.adminLink:hover { } .popover-body { + max-width: 795px; display: inline-block; overflow: auto; max-height: 80vh; -- GitLab