From b778f28478a990fc6e1b89b8ce19cd6d01b92cbe Mon Sep 17 00:00:00 2001 From: Andrew Stein Date: Thu, 16 Apr 2026 16:30:06 -0400 Subject: [PATCH] Fix Safari rendering bug Signed-off-by: Andrew Stein --- .../src/rust/components/containers/sidebar.rs | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/rust/perspective-viewer/src/rust/components/containers/sidebar.rs b/rust/perspective-viewer/src/rust/components/containers/sidebar.rs index 6c1dd701ca..7d534ff215 100644 --- a/rust/perspective-viewer/src/rust/components/containers/sidebar.rs +++ b/rust/perspective-viewer/src/rust/components/containers/sidebar.rs @@ -62,12 +62,14 @@ pub fn Sidebar(p: &SidebarProps) -> Html { let width_style = format!("min-width: 200px; width: {}px", *auto_width); html! { -