Fix Table Admin Preview Desktop

Seeder Menu Kesehatan
This commit is contained in:
2026-01-13 11:45:55 +08:00
parent 903dc74cca
commit 184854d273
115 changed files with 1508 additions and 695 deletions

View File

@@ -311,7 +311,7 @@ export default function ModernNewsNotification({
</Box>
</Paper>
</Box>
<Box visibleFrom="md">
<Box visibleFrom="md" style={{ overflowX: 'auto' }}>
<Paper
style={{
...styles,
@@ -488,7 +488,7 @@ export default function ModernNewsNotification({
)}
</Transition>
</Box>
<Box visibleFrom="md">
<Box visibleFrom="md" style={{ overflowX: 'auto' }}>
<Transition
mounted={toastVisible && !!currentNews}
transition="slide-right"

View File

@@ -25,7 +25,7 @@ export function Navbar() {
style={{ zIndex: 100 }}
>
{/* Desktop navbar (muncul mulai 992px ke atas) */}
<Box visibleFrom="md">
<Box visibleFrom="md" style={{ overflowX: 'auto' }}>
<NavbarMainMenu listNavbar={navbarListMenu} />
</Box>