diff --git a/app/src/main/res/layout/source_filter_sheet.xml b/app/src/main/res/layout/source_filter_sheet.xml index ba9cf1e2e3..1974e84b8f 100644 --- a/app/src/main/res/layout/source_filter_sheet.xml +++ b/app/src/main/res/layout/source_filter_sheet.xml @@ -54,6 +54,8 @@ android:layout_height="0dp" android:layout_gravity="top" android:layout_weight="1" - android:paddingBottom="8dp" /> + android:paddingBottom="8dp" + android:clipChildren="false" + android:clipToPadding="false" />