From dfcc88f7d4789d53ce2d75fcec8f6c9b79577593 Mon Sep 17 00:00:00 2001
From: David Beniamine <david.beniamine@tetras-libre.fr>
Date: Fri, 11 Feb 2022 15:10:53 +0100
Subject: [PATCH] Add scrollbar on mosaic

---
 capsule-prototype/css/online-theme.css | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/capsule-prototype/css/online-theme.css b/capsule-prototype/css/online-theme.css
index 462bd2a..d1fc014 100644
--- a/capsule-prototype/css/online-theme.css
+++ b/capsule-prototype/css/online-theme.css
@@ -319,6 +319,8 @@ html, body {
 	padding:				1.0em 1vw;
 	
 	margin:					2vh 0 1.5vh -10vw;
+	overflow: scroll;
+	height: 90vh;
 }
 
 .mosaic_category {
-- 
GitLab