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({
'border': 'none',
'background': 'none',
'position': 'absolute',
'right': '0px',
'top': '4px',
'position': 'relative',
'right': '33px',
'top': '0px',
'cursor': 'pointer',
'color': '#3b5e99',
'margin-top': '1px'

Loading…
Cancel
Save