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;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.featherlight {
|
||||||
|
z-index: 1000;
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width: 500px) {
|
@media (max-width: 500px) {
|
||||||
#notification {
|
#notification {
|
||||||
margin-top: 0.6em;
|
margin-top: 0.6em;
|
||||||
|
|
|
@ -1,10 +1,6 @@
|
||||||
{% compress css %}
|
{% compress css %}
|
||||||
{{ comment_form.media.css }}
|
{{ comment_form.media.css }}
|
||||||
<style media="all">
|
<style media="all">
|
||||||
.featherlight {
|
|
||||||
z-index: 1000;
|
|
||||||
}
|
|
||||||
|
|
||||||
.revision-text p:first-child {
|
.revision-text p:first-child {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue