fix: Improve mobile layout and scrolling behavior
This commit is contained in:
@@ -61,7 +61,7 @@ const FooterBar = () => {
|
||||
return (
|
||||
<div style={{
|
||||
textAlign: 'center',
|
||||
paddingBottom: styleState?.isMobile ? '112px' : '5px',
|
||||
paddingBottom: '5px',
|
||||
}}>
|
||||
{footer ? (
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user