diff --git a/app/src/main/res/layout/source_filter_sheet.xml b/app/src/main/res/layout/source_filter_sheet.xml index 4081c59f9..3b211053f 100644 --- a/app/src/main/res/layout/source_filter_sheet.xml +++ b/app/src/main/res/layout/source_filter_sheet.xml @@ -69,6 +69,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" />