move panel styles in panel file + fix question panel

This commit is contained in:
pixeldesu 2015-04-26 13:05:47 +02:00
parent 5792b59fc7
commit f0ef693361
2 changed files with 12 additions and 11 deletions

View File

@ -41,14 +41,3 @@
font-size: 12px;
line-height: 1.3em;
}
.panel-question {
position: fixed;
border-top: 1px solid #fff;
width: 100%;
z-index: 999;
}
.answerbox--question-media, .question-media, .question-body {
overflow: visible !important;
}

View File

@ -18,3 +18,15 @@
overflow: visible;
}
}
.panel-question {
position: fixed;
border-top: 1px solid #fff;
width: 100%;
z-index: 999;
border-color: #fff;
}
.answerbox--question-media, .question-media, .question-body {
overflow: visible !important;
}