Skip to content

Commit 735d742

Browse files
authored
fix: x overflow always hidden (#1744)
Signed-off-by: Adam Setch <[email protected]>
1 parent 3744758 commit 735d742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderer/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export const App = () => {
3939
<BaseStyles>
4040
<AppProvider>
4141
<Router>
42-
<div className="flex h-full overflow-y-auto flex-col pl-12 bg-gitify-background">
42+
<div className="flex h-full overflow-x-hidden overflow-y-auto flex-col pl-12 bg-gitify-background">
4343
<Loading />
4444
<Sidebar />
4545
<Routes>

0 commit comments

Comments
 (0)