fix: scrolling + background + height on devices

This commit is contained in:
2025-06-07 02:37:03 +02:00
parent eacc8fdd89
commit ad635008eb
2 changed files with 6 additions and 6 deletions

View File

@ -6,7 +6,7 @@ const TopBar: FC = () => {
const [barItems, isActive] = useBarItems();
return (
<div className="sm:hidden flex w-full overflow-x-auto sm:overflow-x-visible max-w-full min-w-full sm:justify-center sm:space-x-4 no-scrollbar shadow-md shadow-gray-300 dark:shadow-gray-700 dark:bg-black/70 bg-white/70 pt-14">
<div className="sm:hidden flex w-full overflow-x-auto sm:overflow-x-visible max-w-full min-w-full sm:justify-center sm:space-x-4 no-scrollbar shadow-md shadow-gray-300 dark:shadow-gray-700 dark:bg-black/70 bg-white/70">
{barItems.map((item) => (
<Link to={item.pathname} key={item.tab}>
<div