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 Sep 5, 2024. It is now read-only.
Splaktar
changed the title
md-select changes scroll position when closed with bootstrap 5
select: changes scroll position when closed with bootstrap 5
Dec 15, 2021
This seems to be an issue with Bootstrap 5 not being compatible with AngularJS Material. We do not currently plan to support Bootstrap 5 officially, but your workaround seems like a good option for those who need to support both libraries in a single app. Thank you for sharing it.
Actual behavior
It's the same bug as #10588 but i found it again when i installed bootstrap 5.
I found out it's because this css code, on bootstrap:
More concretely:
https://github.com/twbs/bootstrap/blob/58ffe2334a94a061afab87c9fd1266445016bca5/scss/_reboot.scss#L28
Possible solution
I added this code in my styles.css but i don't know if this affects elsewhere:
Codepen
Example with the "solution"
Versions
The text was updated successfully, but these errors were encountered: