Hi All,
I am using Oracle APEX 19.2 in which I have a requirement to reduce the height of the rows in the interactive grid. So I have used the following CSS to reduce the row height in the grid.
.a-GV-cell {
height: 29px;
}
In this case, the grid row height got reduced successfully. But I am facing an issue with the Switch column. The issue is that whenever I am trying to change the value of switch button yes/no then there is a horizontal scrollbar appears in the button of the grid and then it gets flicker significantly. This issue appears only in the Chrome browser.
So I thought to reduce the size of the switch button within the grid using CSS in order to avoid the flicker issue. I am not sure how to apply this, especially to Switch column in the grid.
Kindly share your thoughts on this how we can handle this flickering issue.
Regards,
Thirumalai V