\\ Responsive Framework v1.5.1
- New MaxWidthBox implementation that only uses constraints for setting max width.
- Create NoScrollBarBehavior.
- Update ScrollBehavior to inherit default behavior.
github.com/Codelessly/Respon…
⚡ Vuetify v3.6.13 is live!
🧭 VAppBar: Updated scrollBehavior type for fully-hide
📌 VBtn: Improved stacked and block props compatibility
📊 VDataTable: Enhanced sorting with item.raw and columns
💾 VField: Reverted center-affix sets singleLine only if null
🔢 VOtpInput: Slice value with length on paste
Full release notes here: vuetifyjs.com/getting-starte…
Did you know that you can add the "scrollBehavior" property to the "BottomAppBar" component in Jetpack Compose?
Notes:
• This feature is available in "Material 3" version 1.2.0.
• Don't forget to apply the "nestedScroll" property to Scaffold.
#AndroidDev#JetpackCompose
I usually add them back in MaterialApp scrollBehavior. Add e.g. this `scrollBehavior: const AppScrollBehavior(),` to `MaterialApp`, or wrap a sub-tree with ScrollConfiguration and this behavior.
I just found the issue for anyone wondering! I have already set the scrollBehavior() to top in my router file which seems to override my custom scrollTo position onMounted()🤦
Pro Tip: AndroidOverscrollIndicator.stretch ift.tt/LqXkE8N
If you want your app's overscroll effect to be like Android 12's new stretch effect, all you have to do is add this code block directly inside your MaterialApp (not inside Theme):
scrollBehavior: const Scroll…
My little jsfiddle says `scrollBehavior smooth` is supported in Safari Technology Preview Release 139 (Safari 15.4), but not in Safari 15.3.
jsfiddle.net/terrymorse/Lcfo…
Another yes!
Add support for ScrollOptions' ScrollBehavior and CSS scroll-behavior properties RESOLVED FIXED
bugs.webkit.org/show_bug.cgi…
Thanks @smfr !
If you use @Cypress_io and have sticky bars, you will notice that some elements cannot be reached.
Workaround it by adding on your cypress config 👇
`"scrollBehavior": "center"`.
⚠️ This could affect your existing tests #100DaysOfCode#frontendgithub.com/cypress-io/cypres…