From 9ec1f9a57ebea4bdbac0f1ebaea179c9c706c523 Mon Sep 17 00:00:00 2001 From: Piotr Gawron <piotr.gawron@uni.lu> Date: Fri, 25 May 2018 14:31:37 +0200 Subject: [PATCH] info window in openlayers has a scrollbar --- frontend-js/src/main/css/global.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/frontend-js/src/main/css/global.css b/frontend-js/src/main/css/global.css index 74d2cc5f63..53d094025e 100644 --- a/frontend-js/src/main/css/global.css +++ b/frontend-js/src/main/css/global.css @@ -725,6 +725,12 @@ a.adminLink:hover { min-width: 390px; } +.popover-content { + display: inline-block; + overflow: auto; + max-height: 80vh; +} + /* https://www.w3schools.com/css/tryit.asp?filename=trycss_tooltip */ @@ -753,4 +759,4 @@ https://www.w3schools.com/css/tryit.asp?filename=trycss_tooltip .minerva-overlay-panel { overflow-x: hidden; -} \ No newline at end of file +} -- GitLab