aboutsummaryrefslogtreecommitdiff
path: root/app/views/helpers/index/normal/entry_bottom.phtml
diff options
context:
space:
mode:
authorGravatar romibi <romibi@bluewin.ch> 2018-11-13 22:29:03 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2018-11-13 22:29:03 +0100
commitadcbfc43b866ad2654be3f96e90c650cae224141 (patch)
tree9ff84bc6d08eed8792415df72d018eede29eea67 /app/views/helpers/index/normal/entry_bottom.phtml
parent0fce9892ff2b03083706b4f78495539861db98aa (diff)
Improve long dropdown menu lists (#2108)
Dropdown menus with lots of entries were a bit difficult to use … Set max height to 75% of Viewport-height and enabled scrolling
Diffstat (limited to 'app/views/helpers/index/normal/entry_bottom.phtml')
-rw-r--r--app/views/helpers/index/normal/entry_bottom.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/helpers/index/normal/entry_bottom.phtml b/app/views/helpers/index/normal/entry_bottom.phtml
index 784a41e1f..1f35318e3 100644
--- a/app/views/helpers/index/normal/entry_bottom.phtml
+++ b/app/views/helpers/index/normal/entry_bottom.phtml
@@ -42,7 +42,7 @@
<a class="dropdown-toggle" href="#dropdown-labels-<?php echo $this->entry->id();?>"><?php
echo _t('index.menu.tags');
?></a>
- <ul class="dropdown-menu">
+ <ul class="dropdown-menu dropdown-menu-scrollable">
<li class="dropdown-close"><a href="#close">❌</a></li>
<!-- Ajax -->
</ul>