@ -35,7 +35,8 @@
<androidx.core.widget.NestedScrollView
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1">
android:layout_weight="1"
android:overScrollMode="ifContentScrolls">
<LinearLayout
@ -26,7 +26,8 @@
android:layout_height="match_parent">
android:layout_height="match_parent"
@ -30,7 +30,8 @@
android:layout_height="wrap_content">
android:layout_height="wrap_content"
<com.google.android.flexbox.FlexboxLayout
android:id="@+id/flexbox"
@ -46,7 +46,8 @@