@planningcenter/tapestry 3.2.2-rc.0 → 3.2.2-rc.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/unstable.css CHANGED
@@ -2953,6 +2953,7 @@ a[class="tds-btn"]{
2953
2953
  overflow:auto;
2954
2954
  overflow-x:hidden;
2955
2955
  scroll-behavior:var(--tds-select-dropdown-scroll-behavior);
2956
+ overscroll-behavior:none;
2956
2957
  -webkit-user-select:none;
2957
2958
  -moz-user-select:none;
2958
2959
  user-select:none;
@@ -3049,6 +3050,7 @@ a[class="tds-btn"]{
3049
3050
  overflow:auto;
3050
3051
  overflow-x:hidden;
3051
3052
  scroll-behavior:var(--tds-select-dropdown-scroll-behavior);
3053
+ overscroll-behavior:none;
3052
3054
  -webkit-user-select:none;
3053
3055
  -moz-user-select:none;
3054
3056
  user-select:none;