forked from rDrama/rDrama
1
0
Fork 0

Increase z-index

fixes other elements above dropdown menu, parent wrapping div needed higher z index
master
kek7198 2021-12-17 19:21:03 -06:00
parent 88f3e2f948
commit 70c6bc5c76
1 changed files with 1 additions and 1 deletions

View File

@ -239,7 +239,7 @@
</div>
{% endif %}
<div class="relative z-10 hidden md:block pt-3">
<div class="relative z-20 hidden md:block pt-3">
{% include "/submission/SubmissionActions.html" %}
</div>
</div>