fix: overflow hidden on scroll admin page
This commit is contained in:
@@ -25,7 +25,7 @@ export default function AdminPage() {
|
||||
</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) => (
|
||||
<button
|
||||
key={t.key}
|
||||
|
||||
Reference in New Issue
Block a user