We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d8418a commit 71a3c8bCopy full SHA for 71a3c8b
src/e3sm_quickview/components/drawers.py
@@ -117,8 +117,7 @@ def __init__(self, load_variables=None):
117
hide_details=True,
118
)
119
120
- # with v3.VCardActions(classes="px-2"):
121
- with v3.VCardActions(classes="pb-0", style="min-height: 0;"):
+ with v3.VCardActions(classes="px-2", style="min-height: 0;"):
122
v3.VBtn(
123
classes="text-none",
124
color="primary",
@@ -132,7 +131,6 @@ def __init__(self, load_variables=None):
132
131
"variables_selected.length === 0 || variables_loaded",
133
),
134
click=load_variables,
135
- block=True,
136
137
with v3.VCardActions(
138
key="variables_selected.length",
0 commit comments