excalibur icon indicating copy to clipboard operation
excalibur copied to clipboard

Table selector is opaque

Open robroc opened this issue 5 years ago • 2 comments

Excalibur 0.4.2 Python 3.6.7 Installed in a conda environment Windows 7

The table selector is opaque, making it impossible to see where the columns are in case more need to be added.

Screenshot: Capture

robroc avatar Dec 16 '19 21:12 robroc

I am also getting this same issue on Windows 10

mikes2nd avatar Jul 05 '20 02:07 mikes2nd

Same thing was happening to me. I fixed it by adding imagepaths[page] = imagepaths[page].replace("\\", "/") in the /workspaces/string:file_id endpoint.

baptmont avatar Oct 12 '20 11:10 baptmont