Trying to override the css in the js 4.6 but I'm having difficulty. I have a small logo on bottom left of map and in 4.6 a rectangular box-shadow is added which looks akward. I've tried changing the CSS to just remove it but it's not accepting it. Any ideas?
Scott
Scott,
Have you tried adding a css rule to your app that has
.esri-ui-corner .esri-component {
box-shadow: unset;
}
.esri-ui-corner .esri-component {
box-shadow: none;
}