aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorGravatar romibi <romibi@bluewin.ch> 2019-12-28 15:01:55 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2019-12-28 15:01:55 +0100
commit518672fd279e97afeee0756ea812cd7f89c2f778 (patch)
tree00aee7e742820ab879c495e48cf2d7e466781c20 /app
parentd6b923763029e06ff77c555cb1b049b36b755bd9 (diff)
Fix labels dropdown not scrollable after a while (#2727)
Diffstat (limited to 'app')
-rw-r--r--app/views/helpers/index/normal/entry_bottom.phtml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/helpers/index/normal/entry_bottom.phtml b/app/views/helpers/index/normal/entry_bottom.phtml
index 6755e9b6b..fa2b8f036 100644
--- a/app/views/helpers/index/normal/entry_bottom.phtml
+++ b/app/views/helpers/index/normal/entry_bottom.phtml
@@ -46,6 +46,7 @@
<li class="dropdown-close"><a href="#close">❌</a></li>
<!-- Ajax -->
</ul>
+ <div class="dropdown-close"><a href="#close">❌</a></div>
</div>
</li><?php
}