Skip to content

Commit

Permalink
fix: x overflow always hidden (gitify-app#1744)
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Setch <adam.setch@outlook.com>
  • Loading branch information
setchy authored Jan 20, 2025
1 parent 3744758 commit 735d742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const App = () => {
<BaseStyles>
<AppProvider>
<Router>
<div className="flex h-full overflow-y-auto flex-col pl-12 bg-gitify-background">
<div className="flex h-full overflow-x-hidden overflow-y-auto flex-col pl-12 bg-gitify-background">
<Loading />
<Sidebar />
<Routes>
Expand Down

0 comments on commit 735d742

Please sign in to comment.