fix
This commit is contained in:
@@ -107,7 +107,7 @@ class _TopProfessionalsSectionState
|
||||
// Professional Cards - horizontal scroll
|
||||
// Use screen-relative height so cards fit on all devices
|
||||
SizedBox(
|
||||
height: MediaQuery.of(context).size.height * 0.58,
|
||||
height: MediaQuery.of(context).size.height * 0.64,
|
||||
child: ListView.builder(
|
||||
// Unique key per tab forces Flutter to rebuild (not reuse)
|
||||
// the list items, preventing stale images from the other tab.
|
||||
|
||||
Reference in New Issue
Block a user