fix: overflow hidden on scroll admin page
This commit is contained in:
@@ -25,7 +25,7 @@ export default function AdminPage() {
|
|||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
{/* Вкладки */}
|
{/* Вкладки */}
|
||||||
<div className="flex gap-2 mb-8 border-b border-white/10">
|
<div className="flex overflow-x-auto whitespace-nowrap gap-2 mb-8 border-b border-white/10">
|
||||||
{tabs.map((t) => (
|
{tabs.map((t) => (
|
||||||
<button
|
<button
|
||||||
key={t.key}
|
key={t.key}
|
||||||
|
|||||||
Reference in New Issue
Block a user