diff --git a/frontend-js/src/main/css/global.css b/frontend-js/src/main/css/global.css
index 74d2cc5f6350120c2c0f72d588883cc24b4da356..53d094025ecdb917f1c7b9e29a42ce71e2e0e5fd 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
+}