fix: Fix issue with toggle button alignment on mobile devices

Jira Issue DD-2081
pull/527/head
SandyDatatables 3 years ago
parent d8591b4836
commit 3b8785a997

@ -239,9 +239,9 @@
.css({ .css({
'border': 'none', 'border': 'none',
'background': 'none', 'background': 'none',
'position': 'absolute', 'position': 'relative',
'right': '0px', 'right': '33px',
'top': '4px', 'top': '0px',
'cursor': 'pointer', 'cursor': 'pointer',
'color': '#3b5e99', 'color': '#3b5e99',
'margin-top': '1px' 'margin-top': '1px'

Loading…
Cancel
Save