qlik-oss / sn-list-objects

MIT License
3 stars 1 forks source link

fix(sn-filter-pane): disable popover messing with body tag #416

Closed johanlahti closed 8 months ago

johanlahti commented 8 months ago

Currently, the mui popover modifies the body tag with overflow: hidden and padding-right: 17px on Windows, to compensate for the scrollbar. This can be disable with: disableScrollLock. Since we use a backdrop that prevents interactions, there should not be any side-effects that I can think of.