Change z-index of featherlight
This commit is contained in:
parent
4c95aba764
commit
30af55054f
2 changed files with 4 additions and 4 deletions
|
@ -781,6 +781,10 @@ math {
|
|||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.featherlight {
|
||||
z-index: 1000;
|
||||
}
|
||||
|
||||
@media (max-width: 500px) {
|
||||
#notification {
|
||||
margin-top: 0.6em;
|
||||
|
|
|
@ -1,10 +1,6 @@
|
|||
{% compress css %}
|
||||
{{ comment_form.media.css }}
|
||||
<style media="all">
|
||||
.featherlight {
|
||||
z-index: 1000;
|
||||
}
|
||||
|
||||
.revision-text p:first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue