diff --git a/app/lib/features/geckoview/features/browser/presentation/widgets/tab_view/tab_list_view.dart b/app/lib/features/geckoview/features/browser/presentation/widgets/tab_view/tab_list_view.dart index c883d44d..ff87e5d4 100644 --- a/app/lib/features/geckoview/features/browser/presentation/widgets/tab_view/tab_list_view.dart +++ b/app/lib/features/geckoview/features/browser/presentation/widgets/tab_view/tab_list_view.dart @@ -248,6 +248,7 @@ class _TabListView extends HookConsumerWidget { : ReorderableListView.builder( scrollController: controller, itemCount: itemCount, + itemExtent: _itemHeight, onReorderStart: (index) { ref.read(willAcceptDropProvider.notifier).clear(); },