diff --git a/lib/main.dart b/lib/main.dart index f454a23..50706ab 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -449,7 +449,10 @@ class _MainPageState extends State with WidgetsBindingObserver { key: _scaffoldKey, appBar: AppBar( title: _buildAppTitle(), - bottom: empty ? null : TabBar(tabs: buildUIViewTabs()), + bottom: empty ? null : TabBar( + tabs: buildUIViewTabs(), + isScrollable: true, + ), ), drawer: _buildAppDrawer(), body: empty ?