diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3b0517efbe..e044d4dcee 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,7 @@
- [#3145](https://github.com/poanetwork/blockscout/pull/3145) - Pending txs per address API endpoint
### Fixes
+- [#3192](https://github.com/poanetwork/blockscout/pull/3192) - Dropdown menu doesn't open at "not found" page
- [#3190](https://github.com/poanetwork/blockscout/pull/3190) - Contract log/method decoded view improvements: eliminate horizontal scroll, remove excess borders, whitespaces
- [#3185](https://github.com/poanetwork/blockscout/pull/3185) - Transaction page: decoding logs from nested contracts calls
- [#3178](https://github.com/poanetwork/blockscout/pull/3178) - Fix permanent fetching tokens... when read/write proxy tab is active
diff --git a/apps/block_scout_web/lib/block_scout_web/templates/transaction/not_found.html.eex b/apps/block_scout_web/lib/block_scout_web/templates/transaction/not_found.html.eex
index c34d84824a..97f721ec05 100644
--- a/apps/block_scout_web/lib/block_scout_web/templates/transaction/not_found.html.eex
+++ b/apps/block_scout_web/lib/block_scout_web/templates/transaction/not_found.html.eex
@@ -30,4 +30,5 @@
<%= gettext("Back Home") %>
+
\ No newline at end of file