move panel styles in panel file + fix question panel
This commit is contained in:
parent
5792b59fc7
commit
f0ef693361
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue