mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 11:35:55 +01:00
fix: tooltip placement on navbar search
This commit is contained in:
@@ -369,7 +369,7 @@ app.cacheBuster = null;
|
||||
});
|
||||
|
||||
|
||||
$('#search-form').parent().tooltip({
|
||||
$('#search-form').tooltip({
|
||||
placement: 'bottom',
|
||||
trigger: 'hover',
|
||||
title: $('#search-button i').attr('title'),
|
||||
|
||||
Reference in New Issue
Block a user