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