Skip to content

Commit d8e97f5

Browse files
committed
fix: allow scrolling while hovering over view panels
1 parent 97b07c6 commit d8e97f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/e3sm_compareview/view_panel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ def _build_ui(self):
304304
{
305305
aspectRatio: active_layout === 'auto_layout' ? 1/aspect_ratio : null,
306306
height: active_layout !== 'auto_layout' ? 'calc(100% - 2.4rem)' : null,
307-
pointerEvents: lock_views ? 'none': null,
307+
pointerEvents: 'none',
308308
}
309309
""",
310310
),

0 commit comments

Comments
 (0)