From 3b8785a9979ca603a923addfe672b8153ab8e1d4 Mon Sep 17 00:00:00 2001 From: SandyDatatables Date: Mon, 16 Aug 2021 10:00:23 +0000 Subject: [PATCH] fix: Fix issue with toggle button alignment on mobile devices Jira Issue DD-2081 --- features/fuzzySearch/dataTables.fuzzySearch.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/features/fuzzySearch/dataTables.fuzzySearch.js b/features/fuzzySearch/dataTables.fuzzySearch.js index f31f3ee..6f974e6 100644 --- a/features/fuzzySearch/dataTables.fuzzySearch.js +++ b/features/fuzzySearch/dataTables.fuzzySearch.js @@ -239,9 +239,9 @@ .css({ 'border': 'none', 'background': 'none', - 'position': 'absolute', - 'right': '0px', - 'top': '4px', + 'position': 'relative', + 'right': '33px', + 'top': '0px', 'cursor': 'pointer', 'color': '#3b5e99', 'margin-top': '1px'