@@ -228,7 +228,7 @@ const Page: React.FC = ({ deviceType, deviceOs }) => { gap: '10px', width: '100%', alignItems: 'center', - overflowX: 'scroll', + overflowX: 'auto', paddingTop: deviceType === 'mobile' ? '10px' : '0px', }} > @@ -267,7 +267,7 @@ const Page: React.FC = ({ deviceType, deviceOs }) => { {botParams && botParams.tags.map((tag, index) => (