Skip to content

Commit 7a482ae

Browse files
committed
increase height of iframe
1 parent ac0c392 commit 7a482ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pcweb/pages/gallery/apps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def page(document, is_reflex_template: bool) -> rx.Component:
118118
class_name="w-full h-full xl:rounded-md shadow-small",
119119
id="iFrame",
120120
),
121-
class_name="w-full h-[70vh] text-center flex flex-col gap-y-4 items-center text-slate-10",
121+
class_name="w-full h-[80vh] text-center flex flex-col gap-y-4 items-center text-slate-10",
122122
)
123123
)
124124

pcweb/pages/gallery/gallery.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def app_dialog_with_trigger(
5959
),
6060
class_name="flex flex-col w-full h-full gap-y-3",
6161
),
62-
class_name="w-full !max-w-[75em] xl:max-w-[85em] 2xl:max-w-[95em] h-[70vh]",
62+
class_name="w-full !max-w-[75em] xl:max-w-[85em] 2xl:max-w-[95em] h-[80vh]",
6363
),
6464
)
6565

0 commit comments

Comments
 (0)