@fluid-app/portal-sdk 0.1.445 → 0.1.446

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs CHANGED
@@ -957,7 +957,7 @@ function AppShellLayout({ sidebarContent, headerContent, children, sidebarHeader
957
957
  ref: screenContentRef,
958
958
  "data-fluid-portal-screen-area": "",
959
959
  tabIndex: -1,
960
- className: "ring-foreground/5 scrollbar-none bg-background text-foreground h-full overflow-auto rounded-xl shadow-sm ring-1 max-md:rounded-none max-md:shadow-none max-md:ring-0",
960
+ className: "ring-foreground/5 scrollbar-none bg-background text-foreground h-full overflow-auto rounded-xl shadow-sm ring-1 max-md:rounded-b-none max-md:shadow-none max-md:ring-0",
961
961
  children
962
962
  })
963
963
  })]