mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 03:26:04 +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',
|
placement: 'bottom',
|
||||||
trigger: 'hover',
|
trigger: 'hover',
|
||||||
title: $('#search-button i').attr('title'),
|
title: $('#search-button i').attr('title'),
|
||||||
|
|||||||
Reference in New Issue
Block a user