Hotfix mobile web styling issues (#1039)

* remove hardcoded height for bottom bar

* prevent overflow of tab bar on mobile web
This commit is contained in:
Ansh 2023-07-19 15:00:40 -07:00 committed by GitHub
parent 302490cb31
commit 3517d9fa28
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 4 deletions

View file

@ -1,11 +1,8 @@
import {StyleSheet} from 'react-native'
import {colors} from 'lib/styles'
export const BOTTOM_BAR_HEIGHT = 61
export const styles = StyleSheet.create({
bottomBar: {
height: BOTTOM_BAR_HEIGHT,
position: 'absolute',
bottom: 0,
left: 0,