Merge pull request #2085 from emanuelschuetze/css-fix

Fix z-index of chatbox and projector sidebar.
This commit is contained in:
Norman Jäckel 2016-04-17 22:23:44 +02:00
commit a832c757e7

View File

@ -309,7 +309,7 @@ img {
#content .col2 { #content .col2 {
float: right; float: right;
position: relative; position: relative;
z-index: 10; z-index: 3;
} }
#content .col2.max { #content .col2.max {
@ -762,7 +762,7 @@ img {
box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.2); box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.2);
height: 200px; height: 200px;
padding: 0 10px 10px 10px; padding: 0 10px 10px 10px;
z-index: 10; z-index: 5;
} }
#chatbox-text { #chatbox-text {