Skip to content

Commit

Permalink
Merge branch '75-frontend-overflow-bug' of https://github.com/IUS-CS/…
Browse files Browse the repository at this point in the history
…c346-fa23-project-mentats into 75-frontend-overflow-bug
  • Loading branch information
snappernapper07 committed Oct 31, 2023
2 parents 6041962 + 1d29f98 commit 102945c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/statego-frontend/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import NavBar from './components/NavBar-Desktop.vue';
<header class="fixed left-0 flex h-full w-20 bg-black">
<NavBar />
</header>
<div class="flex h-screen items-center justify-center bg-gray-300 pl-20">
<div class="flex h-screen items-center justify-center overflow-x-scroll bg-gray-300 pl-20">
<RouterView />
</div>
</template>
Expand Down

0 comments on commit 102945c

Please sign in to comment.