-
I've set these defaults:
but once an user hovers on the highlighted element, they are able to scroll (if they hover over the backdrop, they are not able to). I've tried setting the anchors on several elements (for example div with no scss). I'm using the default template. My app component is using a mat sidebar and the router outlet is inside the Any idea? I'm on angular 19.1.5, zoneless. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
By default scrolling is disabled on the document element. In your case most likely you have to manually specify the |
Beta Was this translation helpful? Give feedback.
By default scrolling is disabled on the document element. In your case most likely you have to manually specify the
scrollContainer
option.