From 57b6b9402d399a0ccb0ef2cc43f86ddf4c3a9092 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Zrim=C5=A1ek?= Date: Tue, 18 Apr 2017 16:20:25 +0200 Subject: [PATCH] Experiment description is inside of box for every supported browser. [fixes SCI-860] --- app/assets/stylesheets/projects.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/projects.scss b/app/assets/stylesheets/projects.scss index 3f867afdd..0ec93af9e 100644 --- a/app/assets/stylesheets/projects.scss +++ b/app/assets/stylesheets/projects.scss @@ -455,7 +455,8 @@ li.module-hover { border-radius: 4px; height: 100px; margin-top: 10px; - overflow-y: overlay; + overflow-x: hidden; + overflow-y: scroll; padding: 10px; }