fix popup not scrull issue
This commit is contained in:
@@ -151,7 +151,8 @@ class TransportersPage:
|
||||
self.region_county,
|
||||
self.country,
|
||||
],
|
||||
width=600
|
||||
width=600,
|
||||
scroll=ft.ScrollMode.ALWAYS
|
||||
),
|
||||
actions=[
|
||||
ft.TextButton("Cancel", on_click=lambda e: self.page.close(self.dialog)),
|
||||
|
||||
Reference in New Issue
Block a user