diff --git a/src/view/com/pager/PagerWithHeader.web.tsx b/src/view/com/pager/PagerWithHeader.web.tsx index fe260feafd..76e2839863 100644 --- a/src/view/com/pager/PagerWithHeader.web.tsx +++ b/src/view/com/pager/PagerWithHeader.web.tsx @@ -193,13 +193,12 @@ const styles = StyleSheet.create({ tabBarContainer: { // @ts-ignore web-only position: 'sticky', - overflow: 'hidden', + // overflow: 'hidden', top: 0, zIndex: 1, }, tabBarContainerDesktop: { marginHorizontal: 'auto', - paddingHorizontal: 2, width: 600, borderLeftWidth: 1, borderRightWidth: 1, diff --git a/src/view/com/pager/TabBar.tsx b/src/view/com/pager/TabBar.tsx index 4801ae5e32..23f8b85b8b 100644 --- a/src/view/com/pager/TabBar.tsx +++ b/src/view/com/pager/TabBar.tsx @@ -167,7 +167,7 @@ const desktopStyles = StyleSheet.create({ }, item: { paddingTop: 14, - paddingHorizontal: 14, + paddingHorizontal: 16, justifyContent: 'center', }, itemInner: {