Oblique 14 removed scrollTarget on MasterLayout without replacement.
https://github.com/oblique-bit/oblique/blob/master/projects%2Foblique%2FCHANGELOG.md
This is a big issue for our TOC component. The master layout is using a DIV or Virtual Scroller inside the MasterLayout. The scrollTarget provided access to this element. Without knowing what element we have to scroll our TOC component is not working anymore.
We have to find a workaround for this.