You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 6, 2025. It is now read-only.
Hi, I have an application which has to be locked to an aspect ratio. To do so I have a Directive that handles the resizing and makes sure that the content stays with the same aspect ratio. This is done with the use of CSS transform: scale().
For some reason the scrollbar won't go all the way down when the window is not set to full screen (i.e. full screen after pressing F11 to go full screen mode). I tried enabling updateOnContentResize thinking that it might help fix the issue, but no luck so far.
I know that this is a very specific scenario but I was wondering if you might have an idea of what I can do to solve it.
The text was updated successfully, but these errors were encountered:
Hi, I have an application which has to be locked to an aspect ratio. To do so I have a Directive that handles the resizing and makes sure that the content stays with the same aspect ratio. This is done with the use of CSS
transform: scale()
.Here is the directive I have implemented:
Now in one part of my application I'm trying to implement an infinte scroll. The scrollbar has the following config:
For some reason the scrollbar won't go all the way down when the window is not set to full screen (i.e. full screen after pressing F11 to go full screen mode). I tried enabling
updateOnContentResize
thinking that it might help fix the issue, but no luck so far.I know that this is a very specific scenario but I was wondering if you might have an idea of what I can do to solve it.
The text was updated successfully, but these errors were encountered: