#Make the 'Table Action Buttons' Sticky when scrolling left to right
8 messages · Page 1 of 1 (latest)
sir @uneven wave problem on
.fi-ta td:last-child {
@apply sticky right-0 bg-white dark:bg-gray-900
}
see the attachment
Does a z-index fix this?
yes sir @silent solstice, but another problem occur
please see the attachment
current code on custom theme
.fi-ta td:last-child {
@apply sticky right-0 bg-white dark:bg-gray-900 z-10;
}