From e151e7c84c67abd49d8012b8d26e5d2e496d94a9 Mon Sep 17 00:00:00 2001 From: Emanuel Schuetze Date: Sun, 17 Apr 2016 22:18:16 +0200 Subject: [PATCH] Fix z-index of chatbox and projector sidebar. --- openslides/core/static/css/app.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openslides/core/static/css/app.css b/openslides/core/static/css/app.css index af3ea5253..96ca067aa 100644 --- a/openslides/core/static/css/app.css +++ b/openslides/core/static/css/app.css @@ -309,7 +309,7 @@ img { #content .col2 { float: right; position: relative; - z-index: 10; + z-index: 3; } #content .col2.max { @@ -762,7 +762,7 @@ img { box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.2); height: 200px; padding: 0 10px 10px 10px; - z-index: 10; + z-index: 5; } #chatbox-text {