We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3744758 commit 735d742Copy full SHA for 735d742
src/renderer/App.tsx
@@ -39,7 +39,7 @@ export const App = () => {
39
<BaseStyles>
40
<AppProvider>
41
<Router>
42
- <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">
43
<Loading />
44
<Sidebar />
45
<Routes>
0 commit comments