diff --git a/b0esche_cloud/lib/pages/home_page.dart b/b0esche_cloud/lib/pages/home_page.dart index cc0615a..7c0c76b 100644 --- a/b0esche_cloud/lib/pages/home_page.dart +++ b/b0esche_cloud/lib/pages/home_page.dart @@ -126,11 +126,11 @@ class _HomePageState extends State with TickerProviderStateMixin { ), ), // Top edge subtle highlight - IgnorePointer( - child: Positioned( - top: 0, - left: 0, - right: 0, + Positioned( + top: 0, + left: 0, + right: 0, + child: IgnorePointer( child: Container( height: 60, decoration: BoxDecoration( @@ -147,11 +147,11 @@ class _HomePageState extends State with TickerProviderStateMixin { ), ), // Left edge subtle side lighting - IgnorePointer( - child: Positioned( - left: 0, - top: 0, - bottom: 0, + Positioned( + left: 0, + top: 0, + bottom: 0, + child: IgnorePointer( child: Container( width: 40, decoration: BoxDecoration( @@ -170,10 +170,10 @@ class _HomePageState extends State with TickerProviderStateMixin { ), ), // Diagonal shimmer overlay - IgnorePointer( - child: Positioned( - top: -100, - right: -100, + Positioned( + top: 0, + left: 0, + child: IgnorePointer( child: Transform.rotate( angle: 0.785, child: Container(