about summary refs log tree commit diff
path: root/src/view/com/pager/TabBar.tsx
diff options
context:
space:
mode:
authorAnsh <anshnanda10@gmail.com>2023-07-19 15:00:40 -0700
committerGitHub <noreply@github.com>2023-07-19 15:00:40 -0700
commit3517d9fa28707a61febd75fd160edc870cc0ade7 (patch)
tree3c78a44efa0980de46dd975de78384d98adb3013 /src/view/com/pager/TabBar.tsx
parent302490cb31e0a955fe7aa9b4cc092a42c83c10fe (diff)
downloadvoidsky-3517d9fa28707a61febd75fd160edc870cc0ade7.tar.zst
Hotfix mobile web styling issues (#1039)
* remove hardcoded height for bottom bar

* prevent overflow of tab bar on mobile web
Diffstat (limited to 'src/view/com/pager/TabBar.tsx')
-rw-r--r--src/view/com/pager/TabBar.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/com/pager/TabBar.tsx b/src/view/com/pager/TabBar.tsx
index 9ca02a7fa..d454e89f1 100644
--- a/src/view/com/pager/TabBar.tsx
+++ b/src/view/com/pager/TabBar.tsx
@@ -117,6 +117,7 @@ const styles = isDesktopWeb
         flex: 1,
         flexDirection: 'row',
         backgroundColor: 'transparent',
+        maxWidth: '100%',
       },
       contentContainer: {
         columnGap: isMobileWeb ? 0 : 20,