mirror of
https://github.com/NebulaServices/Nebula.git
synced 2025-05-17 05:20:01 -04:00
overflow fix
This commit is contained in:
parent
c954fab097
commit
24068f354d
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ const Routes = lazy(() => import("./routes"));
|
|||
|
||||
export default function App() {
|
||||
return (
|
||||
<Suspense fallback={<LoadSuspense />}>
|
||||
<Suspense fallback={<LoadSuspense class="overflow-hidden" />}>
|
||||
<div>
|
||||
<Routes />
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue