@ -54,7 +54,6 @@ class _LoginPageState extends State<LoginPage> {
body: Center(
child: ConstrainedBox(
constraints: NeonDialogTheme.of(context).constraints,
child: Scrollbar(
child: SingleChildScrollView(
padding: const EdgeInsets.all(10),
primary: true,
@ -122,7 +121,6 @@ class _LoginPageState extends State<LoginPage> {
),
);
}
@ -16,8 +16,7 @@ class FilesDetailsPage extends StatelessWidget {
appBar: AppBar(
title: Text(details.name),
body: Scrollbar(
child: ListView(
body: ListView(
children: [
ColoredBox(
@ -71,6 +70,5 @@ class FilesDetailsPage extends StatelessWidget {
],