Hello,
I`m experiencing some style issues while using Calcite desing system in ArcGIS Experience Builder Developer Edition 1.15.
For example when I create a custom widget that does nothing but displayes FeatureTable, insert that widget into Grid widget and open menu for show/hide colums, the popover is overlapped by grid handler for resizing.
image-20240726-120939.png
I there any way how to style the popover? And will that issue be fixed?
Thanks, Matěj.
Hi @MatejKutik ,
An easy way is to set the grid gap color to transparent.
ShengdiZhang_0-1722579373352.png
Shengdi
Hi @ShengdiZhang,
thanks for the quick reply. I don't consider that as solution of the issue. When you hover over the overlapped spot, you are still handling the gap, even when its color is transparent.
I would be OK with programmatically changing z-index or something by CSS or javascript. Since there is used shadow DOM technology, it's quite difficult to do so.
Matěj