Change z-index of featherlight

This commit is contained in:
cuom1999 2022-11-27 23:08:15 -06:00
parent 4c95aba764
commit 30af55054f
2 changed files with 4 additions and 4 deletions

View file

@ -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;
}