agenttop 0.10.2 → 0.10.3

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.js CHANGED
@@ -525,6 +525,7 @@ var SessionList = React2.memo(
525
525
  {
526
526
  flexDirection: "column",
527
527
  width: SIDEBAR_WIDTH,
528
+ flexShrink: 0,
528
529
  borderStyle: "single",
529
530
  borderColor: focused ? colors.primary : colors.border,
530
531
  overflow: "hidden",