aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2023-01-30 20:34:28 +0100
committerGravatar GitHub <noreply@github.com> 2023-01-30 20:34:28 +0100
commit9f221e9c5138e6f84f878eed68afe16aedaee57f (patch)
tree3b0b00fbe0ca92a19f6c1346ef6b24ba9ea6f5e2 /app
parente53ba88bb96ba1343ffc771f6170baa4342b4e39 (diff)
Fix: dropdowns' overflow (#5055)
Diffstat (limited to 'app')
-rw-r--r--app/views/index/reader.phtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/index/reader.phtml b/app/views/index/reader.phtml
index a2ea0e989..9dcd07435 100644
--- a/app/views/index/reader.phtml
+++ b/app/views/index/reader.phtml
@@ -87,8 +87,8 @@ $MAX_TAGS_DISPLAYED = FreshRSS_Context::$user_conf->show_tags_max;
if (!empty($remainingTags)) { // more than 7 tags: show dropdown menu ?>
<li class="item tag">
<div class="dropdown">
- <div id="dropdown-tags2-<?= $this->entry->id() ?>" class="dropdown-target"></div>
- <a class="dropdown-toggle" href="#dropdown-tags2-<?= $this->entry->id() ?>"><?= _i('down') ?></a>
+ <div id="dropdown-tags-<?= $this->entry->id() ?>" class="dropdown-target"></div>
+ <a class="dropdown-toggle" href="#dropdown-tags-<?= $this->entry->id() ?>"><?= _i('down') ?></a>
<ul class="dropdown-menu">
<li class="dropdown-header"><?= _t('index.tag.related') ?></li>
<?php