We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 018b1e6 commit f449107Copy full SHA for f449107
1 file changed
frontend/src/pages/console/user/page.tsx
@@ -182,7 +182,7 @@ function UserConsoleContent() {
182
</div>
183
</header>
184
<div className="flex h-full w-full flex-col gap-4 pb-4 overflow-y-hidden">
185
- <div className="h-full w-full px-4 overflow-y-auto">
+ <div className="h-full w-full min-w-0 px-4 overflow-x-hidden overflow-y-auto">
186
<Outlet/>
187
188
0 commit comments