David Tittsworth
David Tittsworth
Yes, it can be tweaked. The lines you will be interested in are: https://github.com/Microsoft/PowerBI-visuals-AttributeSlicer/blob/develop/packages/attribute-slicer-powerbi/src/state.ts#L68 The `buildContainsFilter` function is where is actually generates the `contains` filter, and that comes from here:...
This seems to be an issue with Edge. Mixing css scaling and the `-ms-overflow-style: -ms-autohiding-scrollbar` style cause the scrollbars to not work, see: https://jsfiddle.net/6fpoaqdm/2/. A workaround could be using "Fit...
The only other workaround is to use IE11 for now, until we actually have a fix for this.