diff --git a/resources/base.scss b/resources/base.scss index dce19f1..6b62d50 100644 --- a/resources/base.scss +++ b/resources/base.scss @@ -781,6 +781,10 @@ math { text-transform: uppercase; } +.featherlight { + z-index: 1000; +} + @media (max-width: 500px) { #notification { margin-top: 0.6em; diff --git a/templates/comments/media-css.html b/templates/comments/media-css.html index 14860f3..e944c9b 100644 --- a/templates/comments/media-css.html +++ b/templates/comments/media-css.html @@ -1,10 +1,6 @@ {% compress css %} {{ comment_form.media.css }}